@extends('layouts.app') @section('title', 'Category Details - Cash Book') @section('content')
| Name | Type | Limit | Description | Actions |
|---|---|---|---|---|
| {{ $child->name }} | {{ ucfirst($child->type) }} | {{ $child->limit ? 'SAR ' . number_format($child->limit, 2) : 'N/A' }} | {{ $child->description ?? 'N/A' }} |
Edit
@if($child->children->count() === 0 && $child->transactions()->count() === 0)
@endif
|
|
Full Path: {{ $child->path }} Level: Sub-Category (Level {{ $child->level }}) Created: {{ $child->created_at->format('Y-m-d H:i') }} Last Updated: {{ $child->updated_at->format('Y-m-d H:i') }} Transactions Count: {{ $child->transactions()->count() }} transaction(s) |
||||
No sub-categories found.
Add first sub-category