@extends('layouts.admin-simple') @section('title', 'Item Categories') @section('breadcrumb') @endsection @section('page-title')

Item Categories

Manage item categories and types of goods

@can('warehouse.item-categories.create')
@endcan
@endsection @section('content')
category Item Categories List
entries
Category Info Type of Goods Status Items Count Created Date Actions
@endsection @push('styles') @endpush @push('scripts') @endpush