{{--
SL | --}}ID | User name | Status | Expire | Bill Info | Package | POP | Name | Contact | User Info | Date | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | --}}CID: {{ $r->id }} |
{{ $r->userid }}
{{ $r->password }} {{-- @if (isset($online) && in_array($r->userid, $online)) Online @else Ofline @endif --}} |
|
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 {{-- @if ($r->pop->subreseller == 'yes') @role('Sub Reseller') {{ $r->subpack->name }} @endrole @else {{ $r->packages->package_name }} @endif {{-- @else {{ $r->packages->package_name }} --}} | {{ $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 ?? '' }}, |
CD: {{ date('d-M-Y h:i:sa', strtotime($r->created_at)) }} @if ($r->clientsinfo->joinDate) JD: {{ date('d-M-Y', strtotime($r->clientsinfo->joinDate)) }} @endif |