@foreach($data as $d) @endforeach
ID New/F/Up Request Form No Jobsheet No. Installation Date Time In Time Out Customer Customer Address Model Serial No. Total PC Print Scan to PC PC Fax Scan to Email LAN Cable CSRC Done By CSRC Error Code Remarks
{{ $d->id }} {{ ($d->nirf->is_followup == 1) ? 'F/UP' : 'NEW' }} {{ $d->nirf->track_code }} {{ $d->jobsheet_no }} {{ date('Y-m-d',strtotime($d->arrive_at)) }} {{ date('H:i',strtotime($d->arrive_at)) }} @if(!empty($d->jc_time_out)) {{ date('H:i',strtotime($d->jc_time_out)) }} @endif {{ $d->nirf->customers->company }} {{ $d->nirf->customers->address }} {{ $d->nirf->model }} {{ $d->nirf->serial_number }} {{ $d->jc_total_pc }} {{ $d->jc_print }} {{ $d->jc_scan_to_pc }} {{ $d->jc_fax }} {{ $d->jc_scan_to_email }} {{ $d->jc_lan_cable }} {{ $d->csrc }} @if(isset($d->nirf->assignee_installer)) @foreach($d->nirf->assignee_installer as $installer) @if($installer->is_field_installer == 1) {{ $installer->user->username }} / @endif @endforeach @endif {{ $d->csrc_error_code }} {{ $d->jcis_remarks }}