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

@yield('title')

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