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

@yield('title')

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