@can('dashboard-counter') @can('leftclient') @php $deactiveClient = $clientCount->where('clients_status', 'deactive')->first()->total ?? 0; $totalleftClient = $deactiveClient + $deleteClients; @endphp @endcan {{-- @dd($deleteClients) --}} @can('show-reseller-cost') @if (auth()->user()->hasRole(['Reseller Admin', 'Reseller'])) @endif @endcan @endcan @can('dashboard-billing-info') {{-- --}} @endcan