@extends('admin.layouts.app') @section('title', 'Add Gallery Category') @section('page_title', 'Gallery Categories') @section('content')

Add Gallery Category

Create a category for organising resort gallery images.

Back to List
@csrf @include( 'admin.gallery-categories._form', [ 'galleryCategory' => null, 'submitText' => 'Save Gallery Category', ] )
@endsection