|
|
| Nature of Work | : | {{ $docket->WorkOrder->nature_work }} | ||||||||
| Customer Name | : | {{ $form->Subscriber->name }} | ||||||||
| Address | : | {{ $address }} | ||||||||
| Work Order Serial No. | : | {{ $docket->work_order_id }} | ||||||||
| Product Type | : | {{ $product }} | ||||||||
| Installer Name | : | {{ $installer->StaffDetail->name }} | ||||||||
| Type of Testing | : |
@if (preg_match("/Browsing Internet/i", $docket->type_testing) != 0 )
@else
|
Browsing Internet |
@if (preg_match("/Throughput Test/i", $docket->type_testing) != 0 )
@else
|
Throughput Test
|
@if (preg_match("/Ping Test/i", $docket->type_testing) != 0 )
@else
|
"Ping" Test
|
|
Others-
|
|
| Start Date | {{ date('d/m/Y',strtotime($dateTime)) }} | End Date | {{ date('d/m/Y',strtotime($edateTime)) }} |
| Start Time | {{ date('H:i:s a',strtotime($dateTime)) }} | End Time | {{ date('H:i:s a',strtotime($edateTime)) }} |
Equipment Information:
|
Router S/N : {{ $docket->router_serial_number }} Cable Read : {{ $docket->cable_read }} Modem S/N : {{ $docket->modem_sn }} |
| Condition : {{ $docket->condition }}. {{ $docket->Note }} |
| Date Completed : |
|
| I hereby confirm that the equipment/service installation is acceptable and is to my satisfaction. | ||||||
|
|
|||||