@csrf

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

@if ($errors->has('on_road'))
{{ $errors->first('on_road') }}
@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('debit'))
{{ $errors->first('debit') }}
@endif
@if ($errors->has('credit'))
{{ $errors->first('credit') }}
@endif