@extends('common.dashboard') @section('title','Edit '.$gallery->title) @section('content')

Edit Gallery

@csrf @include('common.gallery.form')
@endsection