New Line Request

Total: {{ $lists->count() }}
@foreach($lists as $list) @if ($list->pop->subreseller == 'yes') @else @endif @endforeach
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 }}{{ $list->subPackage ? $list->subPackage->name : 'N/A' }}{{ $list->package->package_name }}{{ $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 }}