@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
{{ $stats['total'] }}
Total
{{ $stats['active'] }}
Active
@if(isset($stats['inactive']) && $stats['inactive'] > 0)
{{ $stats['inactive'] }}
Inactive
@endif
| # |
Code |
Name |
Type |
Warehouse |
Location |
Capacity |
Status |
Actions |
@include('components.datatable')