@extends('layouts.main') @section('title', __('form.customer_contacts')) @section('content')
@lang('form.customer_contacts')
@if(check_perm('customers_create')) @lang('form.new_customer') @lang('form.import_customers') @endif @if(check_perm('customers_view')) @lang('form.customers') @endif

@lang("form.full_name") @lang("form.email") @lang("form.customer") @lang("form.phone") @lang("form.position")
@include('customer.contacts.profile')
@endsection @section('onPageJs') @endsection