@extends('layouts.app') @section('content')
Category Details

ID: {{ $category->id }}

Name: {{ $category->name }}

Created By: {{ $category->creator?->name ?? 'N/A' }}

Created At: {{ $category->created_at }}

Back
@endsection