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

Items

Manage inventory items and their details

@can('warehouse.items.create')
@endcan
@endsection @section('content')
inventory_2 Items List
entries
Item Info Category Unit Stock Levels Status Created Date Actions
@endsection @push('styles') @endpush @push('scripts') @endpush