Laravel.io
object(Fare)#332 (20) {
  ["table":protected]=>
  string(4) "fare"
  ["connection":protected]=>
  NULL
  ["primaryKey":protected]=>
  string(2) "id"
  ["perPage":protected]=>
  int(15)
  ["incrementing"]=>
  bool(true)
  ["timestamps"]=>
  bool(true)
  ["attributes":protected]=>
  array(16) {
["id"]=>
    int(2)
    ["start"]=>
    string(8) " Manchester"
    ["end"]=>
    string(26) "London"
    ["name"]=>
    string(6) "Reez"
    ["surname"]=>
    string(5) "Reez"
    ["phone"]=>
    string(10) "0123456789"
    ["email"]=>
    string(19) "[email protected]"
    ["note"]=>
    string(0) ""
    ["datum"]=>
    string(10) "2014-09-28"
    ["tijd"]=>
    string(8) "04:00:00"
    ["travelers"]=>
    int(6)
    ["luggage"]=>
    int(6)
    ["vehicle"]=>
    string(7) "minibus"
    ["payment"]=>
    NULL
    ["created_at"]=>
    string(19) "2014-09-26 22:05:39"
    ["updated_at"]=>
    string(19) "2014-09-26 22:05:39"
  }
  ["original":protected]=>
  array(16) {
    ["id"]=>
    int(2)
    ["start"]=>
    string(8) " Manchester"
    ["end"]=>
    string(26) "London"
    ["name"]=>
    string(6) "Reez"
    ["surname"]=>
    string(5) "Reez"
    ["phone"]=>
    string(10) "0123456789"
    ["email"]=>
    string(19) "[email protected]"
    ["note"]=>
    string(0) ""
    ["datum"]=>
    string(10) "2014-09-28"
    ["tijd"]=>
    string(8) "04:00:00"
    ["travelers"]=>
    int(6)
    ["luggage"]=>
    int(6)
    ["vehicle"]=>
    string(7) "minibus"
    ["payment"]=>
    NULL
    ["created_at"]=>
    string(19) "2014-09-26 22:05:39"
    ["updated_at"]=>
    string(19) "2014-09-26 22:05:39"
  }
  ["relations":protected]=>
  array(1) {
    ["payment"]=>
    object(Payment)#334 (20) {
      ["table":protected]=>
      string(7) "payment"
      ["connection":protected]=>
      NULL
      ["primaryKey":protected]=>
      string(2) "id"
      ["perPage":protected]=>
      int(15)
      ["incrementing"]=>
      bool(true)
      ["timestamps"]=>
      bool(true)
      ["attributes":protected]=>
      array(13) {
        ["id"]=>
        int(2)
        ["fare_id"]=>
        int(2)
        ["order_id"]=>
        int(123456)
        ["amount"]=>
        string(5) "46.94"
        ["description"]=>
        string(20) "Order id: 1234567"
        ["method"]=>
        string(5) "online"
        ["issuer"]=>
        string(13) "123456"
        ["status_id"]=>
        int(3)
        ["payment_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["cancelled_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["expired_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["created_at"]=>
        string(19) "2014-09-26 22:05:39"
        ["updated_at"]=>
        string(19) "2014-09-26 22:05:45"
      }
      ["original":protected]=>
      array(13) {
        ["id"]=>
        int(2)
        ["fare_id"]=>
        int(2)
        ["order_id"]=>
        int(123456)
        ["amount"]=>
        string(5) "46.94"
        ["description"]=>
        string(20) "Order id: 123456"
        ["method"]=>
        string(5) "online"
        ["issuer"]=>
        string(13) "1232525"
        ["status_id"]=>
        int(3)
        ["payment_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["cancelled_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["expired_date"]=>
        string(19) "0000-00-00 00:00:00"
        ["created_at"]=>
        string(19) "2014-09-26 22:05:39"
        ["updated_at"]=>
        string(19) "2014-09-26 22:05:45"
      }
      ["relations":protected]=>
      array(0) {
      }
      ["hidden":protected]=>
      array(0) {
      }
      ["visible":protected]=>
      array(0) {
      }
      ["appends":protected]=>
      array(0) {
      }
      ["fillable":protected]=>
      array(0) {
      }
      ["guarded":protected]=>
      array(1) {
        [0]=>
        string(1) "*"
      }
      ["dates":protected]=>
      array(0) {
      }
      ["touches":protected]=>
      array(0) {
      }
      ["observables":protected]=>
      array(0) {
      }
      ["with":protected]=>
      array(0) {
      }
      ["exists"]=>
      bool(true)
      ["softDelete":protected]=>
      bool(false)
    }
  }
  ["hidden":protected]=>
  array(0) {
  }
  ["visible":protected]=>
  array(0) {
  }
  ["appends":protected]=>
  array(0) {
  }
  ["fillable":protected]=>
  array(0) {
  }
  ["guarded":protected]=>
  array(1) {
    [0]=>
    string(1) "*"
  }
  ["dates":protected]=>
  array(0) {
  }
  ["touches":protected]=>
  array(0) {
  }
  ["observables":protected]=>
  array(0) {
  }
  ["with":protected]=>
  array(0) {
  }
  ["exists"]=>
  bool(true)
  ["softDelete":protected]=>
  bool(false)
}

Please note that all pasted data is publicly available.