@extends('crm.master') @section('title', 'Assets') @php $statusLabels = [ 'enabled' => 'Enabled', 'disabled' => 'Disabled', 'all' => 'All', 'active' => 'Enabled', 'inactive' => 'Disabled', ]; @endphp @section('content')
Manage asset pools, availability, capacity, and maintenance time.
Each row represents one asset pool in the current system.
| Name | Category | Distribution | Quantity | Capacity | Total | Actions |
|---|---|---|---|---|---|---|
|
|
{{ $asset->category->name ?? '-' }}
|
{{ $isShared ? 'Capacity' : 'Quantity' }}
|
{{ number_format($asset->quantity) }} | {{ number_format($asset->capacity) }} | {{ number_format($asset->total) }} |
|
No Asset PoolsOnce added, asset pools will show up here with quantity, capacity, and total availability. |
||||||