@if (session()->has('success'))
{{ __('text.success') }} ! {{ session()->get('success') }}.
@endif
@if (session()->has('error'))
{{ __('text.error') }} ! {{ session()->get('error') }}.
@endif
{{ isset($customer) ? __('text.edit') . ' ' . __('text.customer') : __('text.add') . ' ' . __('text.customer') }}