@csrf @method('PUT')

{{ __('messages.update_booking') }}

on_road) ? 'checked' : '' }}> @if ($errors->has('on_road'))
{{ $errors->first('on_road') }}
@endif
outsource) ? 'checked' : '' }}> @if ($errors->has('outsource'))
{{ $errors->first('outsource') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('travel_date'))
{{ $errors->first('travel_date') }}
@endif
@if ($errors->has('travel_time'))
{{ $errors->first('travel_time') }}
@endif
@if ($errors->has('account_id'))
{{ $errors->first('account_id') }}
@endif
@if ($errors->has('partner_id'))
{{ $errors->first('partner_id') }}
@endif
@if ($errors->has('employee_id'))
{{ $errors->first('employee_id') }}
@endif
@if ($errors->has('vehicle_id'))
{{ $errors->first('vehicle_id') }}
@endif
@if ($errors->has('passenger_name'))
{{ $errors->first('passenger_name') }}
@endif
@if ($errors->has('passenger_phone'))
{{ $errors->first('passenger_phone') }}
@endif
@if ($errors->has('airline'))
{{ $errors->first('airline') }}
@endif
@if ($errors->has('pickup_location'))
{{ $errors->first('pickup_location') }}
@endif
@if ($errors->has('dropoff_location'))
{{ $errors->first('dropoff_location') }}
@endif
@if ($errors->has('outsource_driver_name'))
{{ $errors->first('outsource_driver_name') }}
@endif
@if ($errors->has('outsource_driver_phone'))
{{ $errors->first('outsource_driver_phone') }}
@endif
@if ($errors->has('outsource_purchase'))
{{ $errors->first('outsource_purchase') }}
@endif
@if ($errors->has('outsource_credit'))
{{ $errors->first('outsource_credit') }}
@endif
@if ($errors->has('debit'))
{{ $errors->first('debit') }}
@endif
@if ($errors->has('credit'))
{{ $errors->first('credit') }}
@endif