@extends('admin.layout.default') @section('title', trans('admin.gallery.actions.edit', ['name' => $gallery->title])) @section('body')
@include('admin.gallery.components.form-elements', ['mode' => 'edit', 'name' => $gallery->title])
« Retour
@endsection