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

Add Booking


{{-- end header --}}
@csrf

{{-- 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('total_amount_to_pay')) @endif


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


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


{{-- validation --}} @if ($errors->has('payment_date')) @endif
{{-- End of products ordered --}}

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

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