@extends('layout.app') @section('content')
ID | User name | Status | Expire | Bill Info | Package | POP | Name | Contact | User Info | Remarks | |
---|---|---|---|---|---|---|---|---|---|---|---|
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 ?? '' }}, |
{{ $r->clientsinfo->remarks ?? '' }} | @endforeach @foreach ($delete as $r)|
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 ?? '' }}, |
{{ $r->clientsinfo->remarks ?? '' }} | @endforeach {{--|
Total Deactive Client: {{$count}} |