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" => 7
    "name" => "Noida"
    "minimum_km" => "250"
    "term_condition" => """
      <p>&nbsp;</p>\r\n
      <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>
      """
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2020-09-28 11:33:11"
    "updated_at" => "2024-09-03 05:15:22"
  ]
  #original: array:8 [
    "id" => 7
    "name" => "Noida"
    "minimum_km" => "250"
    "term_condition" => """
      <p>&nbsp;</p>\r\n
      <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>
      """
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2020-09-28 11:33:11"
    "updated_at" => "2024-09-03 05:15:22"
  ]
  #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" => 754
    "name" => "Chak Babura Alimabad (UP)"
    "created_at" => "2020-07-25 10:07:39"
    "updated_at" => "2020-08-26 08:07:39"
  ]
  #original: array:4 [
    "id" => 754
    "name" => "Chak Babura Alimabad (UP)"
    "created_at" => "2020-07-25 10:07:39"
    "updated_at" => "2020-08-26 08:07:39"
  ]
  #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" => 152918
    "from_city_id" => 7
    "count_km" => 659
    "destination_city_id" => 754
    "created_at" => "2023-12-15 09:16:37"
    "updated_at" => "2024-05-11 02:24:34"
  ]
  #original: array:6 [
    "id" => 152918
    "from_city_id" => 7
    "count_km" => 659
    "destination_city_id" => 754
    "created_at" => "2023-12-15 09:16:37"
    "updated_at" => "2024-05-11 02:24:34"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}