| Sl. No. | Customer | Location | Product & Work Type | Technician | Date | Total Amount |
|---|---|---|---|---|---|---|
| {{ ( $start - 1 ) + $loop->iteration }} | {{ $work->customer_name }} {{ $work->mobile }} |
{{ $work->location }} | {{ $work->product_name }} @if($work->service_type == 1) New @elseif($work->service_type == 2) Repair @else Replacement @endif |
{{ $work->technician_name }} | {{ $work->date }} | {{ $work->total_amount }} |