{{ trans('clients.client') }} | {{ trans('clients.active_projects') }} | {{ trans('clients.completed_projects') }} | {{ trans('clients.total_income') }} | ||
---|---|---|---|---|---|
@if (App::isLocale('en')) @{{ client.first_name[0] | uppercase }}@{{ client.last_name[0] | uppercase }} @endif @{{ client.first_name | capitalize }} @{{client.last_name | capitalize }} | @{{ client.active }} | @{{ client.complated }} | @{{ client.totalAmount | currency : currencySymbol }} | {{ trans('clients.send_invoice') }} {{ trans('clients.resend_invite') }} | |
{{ trans('clients.no_record_found') }} |