@foreach($job_cards as $index => $job_card) @endforeach
S/N Card #: Date: Created By: Truck Model: Make: Odometer: Ref Technician Location Description
{{ ++$index }} {{ $job_card->id }} {{ \Carbon\Carbon::parse($job_card->date)->toFormattedDateString() }} {{ $job_card->created_by }} {{ $job_card->truck }} {{ $job_card->model }} {{ $job_card->make }} {{ $job_card->odometer }} {{ $job_card->reported_as =='INCIDENT' ? 'INCIDENT NO : '.$job_card->reference : 'INSPECTION NO: '.$job_card->reference }} {{ $job_card->assignee }} {{ $job_card->location }} {{ $job_card->remark }}