@lang('menu.customers')

{{-- @lang('app.import') --}} @lang('app.import') @lang('app.export') @if (user_can('Create Customer')) @lang('modules.customer.addCustomer') @endif
{{ __('modules.customer.addCustomer') }} @livewire('forms.add-customer-form') @props(['id' => null, 'maxWidth' => null])
{{ __('modules.customer.importCustomer') }}
@lang('app.downloadSample')
@error('file') {{ $message }} @enderror
@if (session()->has('message'))
{{ session('message') }}
@endif
@lang('app.import')