{{-- resources/views/pages/hotel_guide_categories/create.blade.php --}} @extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Add Hotel Guide Category

Category Information

@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
@csrf
Enter a unique category name (alphanumeric characters, spaces, hyphens, underscores, and ampersands only).
Back
@endsection @push('scripts') @endpush