@extends('backend.layouts_backend.master2') @section('title') Edit Booking @endsection @section('extra_styles') @endsection @section('content') {{-- header --}}

Edit Booking


{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('product_id')) @endif

{{-- validation --}} @if ($errors->has('client_id')) @endif

{{-- validation --}} @if ($errors->has('booking_date')) @endif


{{-- validation --}} @if ($errors->has('booking_time')) @endif


{{-- validation --}} @if ($errors->has('job_location')) @endif
{{-- validation --}} @if ($errors->has('booking_status')) @endif






{{-- validation --}} @if ($errors->has('payment_method')) @endif
{{-- validation --}} @if ($errors->has('payment_status')) @endif


{{-- validation --}} @if ($errors->has('payment_date')) @endif

{{-- validation --}} @if ($errors->has('booking_details')) @endif

@endsection @section('extra_scripts') {{-- handline select2 --}} {{-- populate system stock to page via ajax --}} @endsection