@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.crmCustomer.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif {{ trans('cruds.crmCustomer.fields.first_name_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.crmCustomer.fields.date_helper') }}
@if($errors->has('name_parent'))
{{ $errors->first('name_parent') }}
@endif {{ trans('cruds.crmCustomer.fields.name_parent_helper') }}
@if($errors->has('past_educational_institution'))
{{ $errors->first('past_educational_institution') }}
@endif {{ trans('cruds.crmCustomer.fields.past_educational_institution_helper') }}
@if($errors->has('warfare'))
{{ $errors->first('warfare') }}
@endif {{ trans('cruds.crmCustomer.fields.warfare_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.crmCustomer.fields.status_helper') }}
@if($errors->has('pib_another_child_in_liko'))
{{ $errors->first('pib_another_child_in_liko') }}
@endif {{ trans('cruds.crmCustomer.fields.pib_another_child_in_liko_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.crmCustomer.fields.email_helper') }}
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif {{ trans('cruds.crmCustomer.fields.phone_helper') }}
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif {{ trans('cruds.crmCustomer.fields.address_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.crmCustomer.fields.description_helper') }}
@endsection