@can('dashboard-counter') @if (checkSettings('free_client') == 'enable') @can('free-client') @endcan @endif @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') {{-- --}} @if (getBillingType() != 'day_to_day') @endif @if (getBillingType() != 'day_to_day') @endif @endcan @if (globalPermission('reseller-client-billing')) @can('reseller-billing-info') @endcan @endif