@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.crmDocument.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('customer'))
{{ $errors->first('customer') }}
@endif {{ trans('cruds.crmDocument.fields.customer_helper') }}
@if($errors->has('document_file'))
{{ $errors->first('document_file') }}
@endif {{ trans('cruds.crmDocument.fields.document_file_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.crmDocument.fields.name_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.crmDocument.fields.description_helper') }}
@endsection @section('scripts') @endsection