@extends('backend.layouts.app') @section('title') Update Gallery @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@method('PUT') @csrf @include('backend.gallery.partials.form')
@endsection