{{-- validation --}}
@if ($errors->has('product_id'))
{{ $errors->first('product_id') }}
@endif
{{-- validation --}}
@if ($errors->has('client_id'))
{{ $errors->first('client_id') }}
@endif
{{-- validation --}}
@if ($errors->has('booking_date'))
{{ $errors->first('booking_date') }}
@endif
{{-- validation --}}
@if ($errors->has('booking_time'))
{{ $errors->first('booking_time') }}
@endif
{{-- validation --}}
@if ($errors->has('job_location'))
{{ $errors->first('job_location') }}
@endif
{{-- validation --}}
@if ($errors->has('booking_status'))
{{ $errors->first('booking_status') }}
@endif
{{-- validation --}}
@if ($errors->has('payment_method'))
{{ $errors->first('payment_method') }}
@endif
{{-- validation --}}
@if ($errors->has('payment_status'))
{{ $errors->first('payment_status') }}
@endif
{{-- validation --}}
@if ($errors->has('payment_date'))
{{ $errors->first('payment_date') }}
@endif