{{ __('Galleries') }}

{{ __("Edit Gallery") }} {{ __('Back') }}
@method('PUT') @csrf
{{ __('Title') }}
{{ __('Content') }}
{!! old('content', $gallery->content) !!}
{{ __('Change') }}
@push('quill') @endpush @push('scripts') @endpush