| ID | Name | Father Name | Mother Name | POP | Package | OTC | Fiber Meter | Latitude | Longitude | Phone | Alt Phone | NID | Billing Date | Address | Status | Remarks | Created By | Created At | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $list->id }} | {{ $list->name }} | {{ $list->father_name }} | {{ $list->mother_name }} | {{ $list->pop->popname }} | @if ($list->pop->subreseller == 'yes'){{ $list->subPackage ? $list->subPackage->name : 'N/A' }} | @else{{ $list->package->package_name }} | @endif{{ $list->otc }} | {{ $list->fiver_miter }} | {{ $list->lat }} | {{ $list->long }} | {{ $list->phone }} | {{ $list->alt_phone ?? 'N/A' }} | {{ $list->nid ?? 'N/A' }} | {{ $list->billing_date ?? 'N/A' }} | {{ $list->address }} | {{ $list->status }} | {{ $list->remarks }} | {{ $list->user->name }} | {{ $list->created_at }} |
|