| 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 }} | {{ $list->package->package_name }} | {{ $list->otc }} | {{ $list->fiver_miter }} | {{ $list->lat }} | {{ $list->long }} | {{ $list->phone }} | {{ $list->address }} | {{ $list->status }} | {{ $list->remarks }} | {{ $list->user->name }} | {{ $list->created_at }} |
|