@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.log.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.log.fields.user_helper') }}
@if($errors->has('notes'))
{{ $errors->first('notes') }}
@endif {{ trans('cruds.log.fields.notes_helper') }}
@if($errors->has('file'))
{{ $errors->first('file') }}
@endif {{ trans('cruds.log.fields.file_helper') }}
@endsection @section('scripts') @endsection