@hasleadsenabled
{{ $totalLeadsCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_leads')) }}
@endhasleadsenabled
@hasdealsenabled
{{ $totalDealsCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_deals')) }}
@endhasdealsenabled
@hasquotesenabled
{{ $totalQuotesCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_quotes')) }}
@endhasquotesenabled
@hasordersenabled
{{ $totalOrdersCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_orders')) }}
@endhasordersenabled
@hasinvoicesenabled
{{ $totalInvoicesCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_invoices')) }}
@endhasinvoicesenabled
@hasdeliveriesenabled
{{ $totalDeliveriesCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_deliveries')) }}
@endhasdeliveriesenabled
@haspurchaseordersenabled
{{ $totalPurchaseOrdersCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_purchase_orders')) }}
@endhaspurchaseordersenabled
{{ $totalClientsCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_clients')) }}
{{ $totalPeopleCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_people')) }}
{{ $totalOrganisationsCount ?? 0 }}
{{ ucfirst(__('laravel-crm::lang.total_organizations')) }}