Due Date and Next Reminder Date - Job Cards
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
{!! Form::select("customer_id", [''=>'Select Customer']+$customers, old("customer_id"), ['class'=>'form-control', 'id'=>'customer_id'] ) !!}
{!! Form::select("vehicle_brand_id", [''=>'Select Brand']+$vehicleBrands, old("vehicle_brand_id"), ['class'=>'form-control' ,'id' => 'vehicle_brand_id'] ) !!}
{!! Form::select("vehicle_model_id", [''=>'Select Model'], old("vehicle_model_id"), ['class'=>'form-control' ,'id' => 'vehicle_model_id'] ) !!}
| S.No. | Job Card No. | Date | Customer Name | Contact No. | Brand | Model | Plate No. | Emirates | {{--Invoice Status | --}}Due Date | Service Reminder Date |
|---|