@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.gallery.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.gallery.fields.title_helper') }}
@if($errors->has('image')) {{ $errors->first('image') }} @endif {{ trans('cruds.gallery.fields.image_helper') }}
@endsection @section('scripts') @endsection