@extends('layouts.admin-simple') @section('title', 'Item Categories') @section('breadcrumb')
Manage item categories and types of goods
| Category Info | Type of Goods | Status | Items Count | Created Date | Actions |
|---|---|---|---|---|---|
|
category
{{ $category->category_name }}
{{ $category->category_code ?: 'N/A' }}
|
{{ $category->type_of_goods }} | @if($category->status === 'active') Active @else Inactive @endif | {{ $category->active_items_count ?? 0 }} items |
{{ $category->created_at->format('M d, Y H:i') }}
by Admin
|
visibility
@can('warehouse.item-categories.edit')
edit
@endcan
@can('warehouse.item-categories.delete')
@endcan
|
|
category
No item categories found. |
|||||
Showing page {{ $categories->currentPage() }} of {{ $categories->lastPage() }}
@endif