@extends('admin.layout.app') @section('body')

{{ __('admin.edit_album') }}

@csrf @method('PUT') @include('galleries._form', ['gallery'=>$gallery])
@endsection