{{ __t('Clienti') }}

@get_template_part('page.guide.parts.' . $section . '.search', null, ['section' => 'customers', 'sub_section' => 'search', 'open' => 'false']) @php $is_check_create_customer = false; if (is_agent()) { $current_user_attributes = get_current_user_attribute(); if (isset($current_user_attributes['can_create_customer'])) { $is_check_create_customer = $current_user_attributes['can_create_customer']; } } @endphp @if($is_check_create_customer) @get_template_part('page.guide.parts.' . $section . '.new', null, ['section' => 'customers', 'sub_section' => 'new', 'open' => 'false']) @endif @get_template_part('page.guide.parts.' . $section . '.buttons', null, ['section' => 'customers', 'sub_section' => 'buttons', 'open' => 'false']) @get_template_part('page.guide.parts.' . $section . '.toolbar', null, ['section' => 'customers', 'sub_section' => 'toolbar', 'open' => 'false']) @get_template_part('page.guide.parts.' . $section . '.destination', null, ['section' => 'customers', 'sub_section' => 'destination', 'open' => 'false'])