@include('admin/reports/common/header')

Job Card Appointment Report

@foreach($data as $row)
Appointment No:{{$row->job_appointment_no}}
Appointment Date:{{date('d-M-Y', strtotime($row->appointment_date))}}
Appointment Time:{{date('h:i A', strtotime($row->appointment_time))}}
Customer Name:{{$row->name}}
Contact No.:{{$row->contact_number}}
Plate No.:{{$row->plate_number}}
VIN No.:{{$row->vin_number}}
Vehicle Brand:{{$row->vehicle_brand}}
Emirates:{{$row->emirates}}
Remarks:{{$row->remark}}
Status:{{$row->status}}
@endforeach