{{ $errors->first('crmCustomer.first_name') }}
{{ trans('cruds.crmCustomer.fields.first_name_helper') }}
{{ $errors->first('crmCustomer.last_name') }}
{{ trans('cruds.crmCustomer.fields.last_name_helper') }}
{{ $errors->first('crmCustomer.status_id') }}
{{ trans('cruds.crmCustomer.fields.status_helper') }}
{{ $errors->first('crmCustomer.email') }}
{{ trans('cruds.crmCustomer.fields.email_helper') }}
{{ $errors->first('crmCustomer.phone') }}
{{ trans('cruds.crmCustomer.fields.phone_helper') }}
{{ $errors->first('crmCustomer.address') }}
{{ trans('cruds.crmCustomer.fields.address_helper') }}
{{ $errors->first('crmCustomer.skype') }}
{{ trans('cruds.crmCustomer.fields.skype_helper') }}
{{ $errors->first('crmCustomer.website') }}
{{ trans('cruds.crmCustomer.fields.website_helper') }}
{{ $errors->first('crmCustomer.description') }}
{{ trans('cruds.crmCustomer.fields.description_helper') }}
{{ trans('global.cancel') }}