@extends('layouts.customadmin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.report.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('fieldwork')) {{ $errors->first('fieldwork') }} @endif {{ trans('cruds.report.fields.fieldwork_helper') }}
@if($errors->has('version')) {{ $errors->first('version') }} @endif {{ trans('cruds.report.fields.version_helper') }}
@if($errors->has('upload')) {{ $errors->first('upload') }} @endif {{ trans('cruds.report.fields.upload_helper') }}
@endsection @section('scripts') @endsection