WORK REPORT

From Date : {{$from}}

To Date : {{$to}}

@if(!empty($product_name))

Product : {{ $product_name }}

@endif @if(!empty($technician_name))

Technician : {{ $technician_name }}

@endif @if(!empty($service_type))

Service Type : {{ $service_type }}

@endif
@foreach($work_report as $work) @endforeach
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 }}