@extends('layouts.admin') @section('content')
@lang('admin_gallery.edit')
@include('admin.galleries.form', ['path'=>route('admin.galleries.update', $gallery->id), 'method'=>'PUT'])
@endsection