| ID | Name | Father Name | Mother Name | POP | Package | OTC | Fiber Meter | Latitude | Longitude | Phone | 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->address }} | {{ $list->status }} | {{ $list->remarks }} | {{ $list->user->name }} | {{ $list->created_at }} |
|