Create Job Card
{!! Form::open(['route'=>array('job-card.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post','files'=>true]) !!}
{{-- Job Description Start--}}
{{-- Spare Part Strat --}}
{{-- Spare Part End --}}
{{-- Service Start--}}
{{-- Service End--}}
{{-- Sublet Service Start --}}
{{-- Sublet Service End --}}
Customer Detail
{!! Form::select("estimation_number", [''=>'select ']+$estimations, old("estimation_number"), ['class'=>'form-control select2', 'id'=>'estimation_number'] ) !!}
{{$errors->first('estimation_number')}}
{{$errors->first('job_card_number')}}
{{$errors->first('job_card_date')}}
{!! Form::select("customer_id", [''=>'select customer']+$customer, old("customer_id"), ['class'=>'form-control select2', 'required', 'id'=>'customer_id'] ) !!}
{{$errors->first('customer_id')}}
{{$errors->first('contact_number')}}
{!! Form::select("vin_number", [''=>'select ']+$vin_no, old("vin_number"), ['class'=>'form-control select2', 'required', 'id'=>'vehicle_vin_number'] ) !!}
{{$errors->first('vin_number')}}
{!! Form::select("plate_number", [''=>'select ']+$plate_no, old("plate_number"), ['class'=>'form-control select2', 'id'=>'plate_number'] ) !!}
{{$errors->first('plate_number')}}
{!! Form::select("vehicle_brand_id", [''=>'Select Brand']+$vehicleBrands, old("vehicle_brand_id"), ['class'=>'form-control select2' ,'id' => 'vehicle_brand_id','required'=>'required'] ) !!}
{!! Form::select("vehicle_model_id", [''=>'Select Model'], old("vehicle_model_id"), ['class'=>'form-control select2' ,'id' => 'vehicle_model_id','required'=>'required'] ) !!}
{{$errors->first('emirates')}}
{{$errors->first('vehicle_km_in')}}
{{$errors->first('due_date')}}
{{$errors->first('service_reminder_date')}}
{!! Form::select("group_master_id", $jobCardStatus, old("group_master_id"), ['class'=>'form-control', 'required','id'=>'group_master_id'] ) !!}
{{$errors->first('group_master_id')}}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id','required'=>'required'] ) !!}
{!! Form::select("job_category", ['regular'=>'Regular', 'insurance'=>'Insurance', 'warranty'=>'Warranty'], old("job_category"), ['class'=>'form-control', 'id'=>'job_category'] ) !!}
{{$errors->first('job_category')}}
{{$errors->first('advisor')}}
{{$errors->first('brought_name')}}
{!! Form::select("group_service", [''=>'select ']+$group_service, old("group_service"), ['class'=>'form-control select2', 'id'=>'group_service'] ) !!}
{{$errors->first('group_service')}}
{!! Form::select("insurance_id", [''=>'select ', ]+$insurance, old("insurance_id"), ['class'=>'form-control select2', 'id'=>'insurance_id'] ) !!}
{{$errors->first('insurance_id')}}
{{$errors->first('claim_no')}}
{{$errors->first('excess_amount')}}
{{$errors->first('policy_no')}}
{{$errors->first('police_report_no')}}
{{$errors->first('lpo_no')}}
{{$errors->first('lpo_date')}}
{{$errors->first('complete_date')}}
Job Description
| Job Description | |
|---|---|
Spare Parts
| Spare Parts | Cost Price* | Selling Price* | Qty.* | Total | Department |
|---|
Service Details
| Service description | Cost Price* | Selling Price* | Time* | Total Amount | Department |
|---|
Sublet Service
| Services | Cost Price* | Selling Price* | Time* | {{--Job No. | --}}Total Amount | Department |
|---|
{{$errors->first('discount_remarks')}}
{!! Form::select("print_type", ['normal'=>'Normal Invoice', 'proforma'=>'Proforma Invoice'], old("print_type"), ['class'=>'form-control', 'id'=>'print_type'] ) !!}
{{$errors->first('print_type')}}
{!! Form::select("technician_id", [''=>'select technician'], old("technician_id"), ['class'=>'form-control', 'id'=>'technician_id'] ) !!}
{{$errors->first('technician_id')}}
{!! Form::select("supervisor_id", [''=>'select Supervisor'], old("supervisor_id"), ['class'=>'form-control', 'id'=>'supervisor_id'] ) !!}
{{$errors->first('supervisor_id')}}
{{$errors->first('sales_man')}}