@extends('layout.dashboard_chart') @extends('layout.app') @section('content') @php // $pCustomer = TopmenuService::countPendingCustomer(); // $counter = TopmenuService::getDashboardCounter(); // $eCustomer = TopmenuService::countExpiredCustomer(); // $mCustomer = TopmenuService::countMonthlyCustomer(); // $closeCustomer = TopmenuService::totalClosedCustomer(); // // // $allCustomer = TopmenuService::countAllcustomer(); // $allActiveCustomer = TopmenuService::activeCustomer(); // $allDectiveCustomer = TopmenuService::deactivatedCustomer(); @endphp @role('PendingCustomerChecker')
All Customer {{ $allClient ?? 0 }}
ID | Name | Balance | POP | ||
---|---|---|---|---|---|
{{ $r->id }} | {{ $r->name }} | {{ $r->balance[0]['amount'] ?? 0 }} |
|