App\FromCity {#1507
  #fillable: array:3 [
    0 => "name"
    1 => "minimum_km"
    2 => "term_condition"
  ]
  #connection: "mysql"
  #table: "from_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:8 [
    "id" => 35
    "name" => "Karnal"
    "minimum_km" => "250"
    "term_condition" => """
      <table class="table table-bordered">\r\n
      <tbody>\r\n
      <tr>\r\n
      <td><strong>1</strong></td>\r\n
      <td><strong>KM will be charged Garage to Garage.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>2</strong></td>\r\n
      <td><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>3</strong></td>\r\n
      <td><strong>Minimum 250 KM will be charged per day.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>4</strong></td>\r\n
      <td><strong>Vehicle will not be travel unpaved and bad roads.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>5</strong></td>\r\n
      <td><strong>AC will be switched off in Hilly Areas.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>6</strong></td>\r\n
      <td><strong>One day means a calender day (Date change means Day change).<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>7</strong></td>\r\n
      <td><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.</strong></td>\r\n
      </tr>\r\n
      </tbody>\r\n
      </table>\r\n
      <p>&nbsp;</p>
      """
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2023-11-17 07:35:20"
    "updated_at" => "2023-11-17 07:35:20"
  ]
  #original: array:8 [
    "id" => 35
    "name" => "Karnal"
    "minimum_km" => "250"
    "term_condition" => """
      <table class="table table-bordered">\r\n
      <tbody>\r\n
      <tr>\r\n
      <td><strong>1</strong></td>\r\n
      <td><strong>KM will be charged Garage to Garage.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>2</strong></td>\r\n
      <td><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>3</strong></td>\r\n
      <td><strong>Minimum 250 KM will be charged per day.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>4</strong></td>\r\n
      <td><strong>Vehicle will not be travel unpaved and bad roads.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>5</strong></td>\r\n
      <td><strong>AC will be switched off in Hilly Areas.<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>6</strong></td>\r\n
      <td><strong>One day means a calender day (Date change means Day change).<br /></strong></td>\r\n
      </tr>\r\n
      <tr>\r\n
      <td><strong>7</strong></td>\r\n
      <td><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.</strong></td>\r\n
      </tr>\r\n
      </tbody>\r\n
      </table>\r\n
      <p>&nbsp;</p>
      """
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2023-11-17 07:35:20"
    "updated_at" => "2023-11-17 07:35:20"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\DestinationCity {#1508
  #fillable: array:1 [
    0 => "name"
  ]
  #connection: "mysql"
  #table: "destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:4 [
    "id" => 1445
    "name" => "Hat Saraiya (Bihar)"
    "created_at" => "2020-07-25 10:19:10"
    "updated_at" => "2020-08-26 08:19:10"
  ]
  #original: array:4 [
    "id" => 1445
    "name" => "Hat Saraiya (Bihar)"
    "created_at" => "2020-07-25 10:19:10"
    "updated_at" => "2020-08-26 08:19:10"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\FormCityDestinationCity {#138
  #fillable: array:3 [
    0 => "from_city_id"
    1 => "destination_city_id"
    2 => "count_km"
  ]
  #connection: "mysql"
  #table: "form_city_destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:6 [
    "id" => 39982
    "from_city_id" => 35
    "count_km" => 1080
    "destination_city_id" => 1445
    "created_at" => "2023-11-17 07:35:20"
    "updated_at" => "2024-01-17 04:40:20"
  ]
  #original: array:6 [
    "id" => 39982
    "from_city_id" => 35
    "count_km" => 1080
    "destination_city_id" => 1445
    "created_at" => "2023-11-17 07:35:20"
    "updated_at" => "2024-01-17 04:40:20"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}