COMPLAINT REPORT

From Date : {{$from}}

To Date : {{$to}}

@php $serialNumber = 1; @endphp @foreach($complaints as $complaint) @endforeach
Sl. No. IMEI Vehicle No Date Type Staff Remarks Total Amount
{{ $serialNumber++ }} {{ $complaint->imei }} {{ $complaint->vehicle_no }} {{ $complaint->created_date }} @if($complaint->service_type==1) SIM Change @endif @if($complaint->service_type==2) Repair @endif @if($complaint->service_type==3) Replacement @endif {{$complaint->staff_name }} {{ $complaint->remarks }} {{ $complaint->total_amount }}