@php($count = 0)
ID | User name | Status | Expire | Bill Info | Package | POP | Name | Contact | User Info | @if ($deactive_log_check == true)Last deactive date | @endif|
---|---|---|---|---|---|---|---|---|---|---|---|
CID: {{ $r->id }} @if (checkAPI() == false) @endif |
{{ $r->userid }}
{{-- {{ $r->password }} --}} @if (in_array('view-client-password', userPermissions())) {{ $r->password }} @endif @foreach ($con_history as $con) @if ($r->id == $con->client_id) {{ $con->created_at }} @endif @endforeach |
|
BD: {{ date('d-M-Y', strtotime($r->expire_date)) }} PD: {{ \Carbon\Carbon::parse($r->expire_date)->addDay($r->payment_dadeline)->format('d-M-Y') }} |
B Cycle: {{ $r->billing_cycle }} Due: {{ $r->customerAccount->dueAmount ?? 0 }} @endif |
@can('show-sub-package') {{ $r->subpack->name ?? '' }} @endcan @can('show-mother-package') {{ $r->packages->package_name ?? '' }} @endcan | {{ $r->pop->popname ?? '' }} | {{ $r->clientsinfo->clients_name ?? '' }} | {{ $r->clientsinfo->contact_no ?? '' }} |
@if ($r->clientsinfo->flat_no)
Flat No: {{ $r->clientsinfo->flat_no ?? '' }},
@endif
@if ($r->clientsinfo->building_name)
Building Name: {{ $r->clientsinfo->building_name ?? '' }}, |
||
CID: {{ $r->id }} @if (checkAPI() == false) @endif |
{{ $r->userid }}
{{-- {{ $r->password }} --}} |
|
BD: {{ date('d-M-Y', strtotime($r->expire_date)) }} PD: {{ \Carbon\Carbon::parse($r->expire_date)->addDay($r->payment_dadeline)->format('d-M-Y') }} |
B Cycle: {{ $r->billing_cycle }} Due: {{ $r->customerAccount->dueAmount ?? 0 }} @endif |
@can('show-sub-package') {{ $r->subpack->name ?? '' }} @endcan @can('show-mother-package') {{ $r->packages->package_name ?? '' }} @endcan | {{ $r->pop->popname ?? '' }} | {{ $r->clientsinfo->clients_name ?? '' }} | {{ $r->clientsinfo->contact_no ?? '' }} |
@if ($r->clientsinfo->flat_no)
Flat No: {{ $r->clientsinfo->flat_no ?? '' }},
@endif
@if ($r->clientsinfo->building_name)
Building Name: {{ $r->clientsinfo->building_name ?? '' }}, |
{{ $deactive_users[$r->id]['created_at'] }} @if (isset($deactive_users[$r->id]['user_id']) && $deactive_users[$r->id]['user_id'] != 1) By : {{ $user_list[$deactive_users[$r->id]['user_id']] }} @endif |
|
Total Deactive Client: {{ $count }} |