@if(isset($print_url) && !empty($print_url)) @endif {{-- //razib --}} @if( request()->type !='all') @foreach($poplist as $pop) @if($pop->id == request()->type)

View Expired Customer Billing Information Of: {{$pop->popname}} ( {{ date('M-Y') }} )

@endif @endforeach
{{-- --}} {{-- --}} @foreach ($list as $r) {{-- {{dd($r)}} --}} clients_status == 'deactive') class="deactive" @endif> {{-- --}} @endforeach
ID User name Password Status Expire Bill Cycle Bill Amount OTC Package POP Name Address Contact Created Date
@php(printf("CID%04d",$r->id)) {{$r->userid}} {{$r->password}} clients_status == 'expired') class="deactive" @endif> @if($r->client_approval == 'pending') {{ $r->client_approval }} @else @endif {{ date('d-M-Y',strtotime($r->expire_date)) }} {{$r->billing_cycle}} {{$r->package_rate}} {{$r->otc}} {{$r->package_name}} {{ $r->popname ?? '' }} {{ $r->clients_name ?? ''}}

Flat No: {{$r->flat_no ?? ''}} , Building Name: {{ $r->building_name ?? ''}} ,
Road No: {{ $r->road_no ?? '' }} ,
Block/Sector: {{ $r->block_sector ?? '' }} , Area : {{ $r->area ?? '' }}

{{$r->contact_no ?? ''}} {{ date('d-M-Y',strtotime($r->created_at)) }}
@else @foreach($poplist as $pop)

View Expired Customer Billing Information Of: {{$pop->popname}} ( {{ date('M-Y') }} )


@foreach ($list as $r) @if($r->pop_id == $pop->id) {{-- {{dd($r)}} --}} clients_status == 'deactive') class="deactive" @endif> @endif @endforeach
ID User name Password Status Expire Bill Cycle Bill Amount OTC Package POP Name Address Contact Created Date
@php(printf("CID%04d",$r->id)) {{$r->userid}} {{$r->password}} clients_status == 'expired') class="deactive" @endif> @if($r->client_approval == 'pending') {{ $r->client_approval }} @else @endif {{ date('d-M-Y',strtotime($r->expire_date)) }} {{$r->billing_cycle}} {{$r->package_rate}} {{-- {{$r->otc}} --}} {{$r->package_name}} {{ $r->popname ?? '' }} {{ $r->clients_name ?? ''}}

Flat No: {{$r->flat_no ?? ''}} , Building Name: {{ $r->building_name ?? ''}} ,
Road No: {{ $r->road_no ?? '' }} ,
Block/Sector: {{ $r->block_sector ?? '' }} , Area : {{ $r->area ?? '' }}

{{$r->contact_no ?? ''}} {{ date('d-M-Y',strtotime($r->created_at)) }}
@endforeach @endif
@if(isset($paginate) && $paginate !== false )) {{ $list->links() }} @endif