@if (in_array(config('app.client_id'), [1800, 1801]))
@endif
From Date | To Date | Duration | Duration on Op.Hrs | Work Order | Service Request | Description |
---|---|---|---|---|---|---|
{{ $val->date_from . ' ' . $val->time_from }} | {{ $val->date_to . ' ' . $val->time_to }} | {{ $formattedDifference }} | {{ $basedOnRunTime }} | {{ $val->work_order_id ? 'WO-' . $val->work_order_id : '' }} | {{ $val->service_request_id ? 'SR-' . $val->service_request_id : '' }} | {{ ucfirst($val->description) }} |
No Breakdown |