@extends('layouts.admin') @section('content')
Parent: {{ $category->parent ? $category->parent->name : 'None' }}
Active: {{ $category->active ? 'Yes' : 'No' }}
Hours: {{ $category->hours ?? 'N/A' }}
Cuisine: {{ $category->cuisine ?? 'N/A' }}
Rating: {{ $category->rating ?? 'N/A' }}
Address: {{ $category->address ?? 'N/A' }}
Thumbnail:
Header Image:
Description: