@lang('form.customers')
@if(check_perm('customers_create')) @lang('form.new_customer') @lang('form.import_customers') @endif @if(check_perm('customers_view')) @lang('form.contacts') @endif

{{ $data['stat']['customer_active'] + $data['stat']['customer_inactive'] }}
@lang('form.total_customers')
{{ $data['stat']['customer_active'] }}
@lang('form.active_customers')
{{ $data['stat']['customer_inactive'] }}
@lang('form.inactive_customers')
{{ $data['stat']['contact_active'] }}
@lang('form.active_contacts')
{{ $data['stat']['contact_inactive'] }}
@lang('form.inactive_contacts')

@if(check_perm('customers_view'))
@endif @if(check_perm('customers_view'))
@lang("form.name") @lang("form.ID") @lang("form.primary_contact") @lang("form.primary_email") @lang("form.phone") @lang("form.active") @lang("form.groups") @lang("form.date_created")