@push('styles') @endpush
| ID | Name | POP | Package | OTC | Fiber Meter | Latitude/Longitude | Phone | Billing Date | Address | Remarks | Updated At/Line Man | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $list->id }} ({{ $list->status }}) |
{{ $list->name ?? 'N/A' }}
{{ $list->client->userid ?? 'N/A' }}
{{ $list->client->id ?? 'N/A' }}
{{ $list->newLineToken->token ?? 'N/A' }}
|
{{ $list->pop->popname ?? 'N/A' }} | @if ($list->subPackage) Sub: {{ $list->subPackage->name ?? 'N/A' }} Main: {{ $list->subPackage->package->package_name ?? 'N/A' }} @else {{ $list->package->package_name ?? 'N/A' }} @endif | {{ $list->otc ?? 'N/A' }} | {{ $list->fiver_miter ?? 'N/A' }} | Lat : {{ $list->lat ?? 'N/A' }} Long : {{ $list->long ?? 'N/A' }} |
{{ $list->phone ?? 'N/A' }} Alt : {{ $list->alt_phone ?? 'N/A' }} |
ACD :
{{ $list->confirm_activation_date ? \Carbon\Carbon::parse($list->confirm_activation_date)->format('Y-m-d') : 'N/A' }}
DD : {{ $list->delivery_date ? \Carbon\Carbon::parse($list->delivery_date)->format('Y-m-d') : 'N/A' }} Billing Date : {{ $list->billing_date}} |
{{ $list->address ?? 'N/A' }} | {{ optional($list->remarksList->last())->remarks ?? '' }} | {{ $list->user->name ?? 'WebSite' }} {{ $list->updated_at }} Line Man : {{ $list->lineManager->name ?? '—' }} Marketing Employee : {{ $list->marketingEmployee->name ?? '—' }} |
|