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" => 39
    "name" => "Nashik"
    "minimum_km" => "300"
    "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, Parmit 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 300 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
      <tr>\r\n
      <td><strong>8</strong></td>\r\n
      <td><strong>All Cars rate is Ac and All Tempo rate is Non AC.</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-27 05:58:28"
    "updated_at" => "2025-09-25 11:01:00"
  ]
  #original: array:8 [
    "id" => 39
    "name" => "Nashik"
    "minimum_km" => "300"
    "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, Parmit 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 300 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
      <tr>\r\n
      <td><strong>8</strong></td>\r\n
      <td><strong>All Cars rate is Ac and All Tempo rate is Non AC.</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-27 05:58:28"
    "updated_at" => "2025-09-25 11:01:00"
  ]
  #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" => 3916
    "name" => "Uran Islampur (MH)"
    "created_at" => "2020-07-25 11:00:21"
    "updated_at" => "2020-08-26 09:00:21"
  ]
  #original: array:4 [
    "id" => 3916
    "name" => "Uran Islampur (MH)"
    "created_at" => "2020-07-25 11:00:21"
    "updated_at" => "2020-08-26 09:00:21"
  ]
  #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" => 59725
    "from_city_id" => 39
    "count_km" => 402
    "destination_city_id" => 3916
    "created_at" => "2023-11-27 05:58:29"
    "updated_at" => "2025-07-26 16:15:39"
  ]
  #original: array:6 [
    "id" => 59725
    "from_city_id" => 39
    "count_km" => 402
    "destination_city_id" => 3916
    "created_at" => "2023-11-27 05:58:29"
    "updated_at" => "2025-07-26 16:15:39"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}