{{ ucwords($client->name) }}
@if (!empty($client->client_details) && $client->client_details->company_name != '') {{ $client->client_details->company_name }} @endif

{{--

@lang('app.lastLogin'): @if (!is_null($client->last_login)) {{ $client->last_login->timezone($global->timezone)->format($global->date_format.' '.$global->time_format) }} @else -- @endif

--}}
{{ $clientStats->totalProjects}} @lang('modules.dashboard.totalProjects')
{{ $clientStats->totalUnpaidInvoices}} @lang('modules.dashboard.totalUnpaidInvoices')
{{ $clientStats->projectPayments }} @lang('app.earnings')
{{ $clientStats->totalContracts}} @lang('modules.contracts.totalContracts')