@extends('crm.master') @section('title', 'Asset Categories') @php $nextDir = fn ($column) => ($sort === $column && $dir === 'asc') ? 'desc' : 'asc'; @endphp @section('content')
Organize assets with category-level pools and asset counts
| ID | Name | Description | Pools | Assets |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->description ?: '-' }} | {{ number_format($item->pools_count ?? 0) }} | {{ number_format((int) ($item->assets_count ?? 0)) }} |
|
No asset categories found |
||||