@extends('layouts.admin-simple') @section('title', $category->category_name) @section('page-title', $category->category_name) @section('page-subtitle', 'Item Category Details') @section('breadcrumb')
{{ $category->category_code }}
@else
Not assigned
@endif
{{ $category->description }}
@endif| Item Code | Item Name | Unit | Status | Actions |
|---|---|---|---|---|
| {{ $item->item_code }} | {{ $item->item_description }} | {{ $item->unit_of_measure }} | @if($item->status === 'active') Active @else {{ ucfirst($item->status) }} @endif | visibility |
Showing first 10 items. View all {{ $category->items()->count() }} items