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

Edit Hotel Guide Category Update category information

Category Information

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

Related Records

This category has {{ $category->getRelatedRecordsCount() }} related record(s):

@if ($category->hotelGuides()->exists())

Hotel Guides: {{ $category->hotelGuides()->count() }} records

@endif
@endif
@endsection @push('scripts') @endpush