@extends('layouts.master') @section('title') Item Catalogue @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Item Catalogue @endslot @endcomponent @if(session('success'))
| Item | Category | UoM | Est. Cost | Flags | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $it->name }}@if($it->sku){{ $it->sku }}@endif | {{ $it->category?->name ?? '—' }}@if($it->subcategory) / {{ $it->subcategory }}@endif | {{ $it->uom?->abbreviation ?? $it->uom?->name }} | {{ $it->estimated_unit_cost !== null ? number_format($it->estimated_unit_cost,2) : '—' }} | @if($it->is_asset)Asset@endif @if($it->is_restricted)Restricted@endif @if($it->is_stock)Stock@endif | @if($it->is_active)Active@elseInactive@endif | Edit |
| No items match. | ||||||