@extends('admin::layouts.master') @section('title', 'Category Details') @section('content')
@php $category->load('media'); @endphp| ID | {{ $category->id }} |
| Name | {{ $category->name }} |
| Slug | {{ $category->slug }} |
| Icon | {{ $category->icon ?? '-' }} |
| Description | {{ $category->description ?? '-' }} |
| Sort Order | {{ $category->sort_order }} |
| Active | {{ $category->is_active ? 'Yes' : 'No' }} |
| Created | {{ $category->created_at->format('Y-m-d H:i') }} |
No media attached.
Upload media