@extends('backend.template.layouts.template-base') @section('title', 'Manage Inventory - Index') @section('content')

Inventory List Items

Total Products

234
↑8.2% from last month

Out Of Stock

03
↓8.2% from last month

Low Stock

234
↓8.2% from last month

Avg. In Stock Value

92%
↑8.2% from last month
Show entries
{{-- use (color-red, color-orange) --}} {{-- If tr is out of stock use (red) --}} {{-- If tr is low stock use (orange) --}} {{-- use (color-red fw-600, color-orange fw-600) --}} {{-- use (color-red fw-600, color-orange fw-600) --}}
Product ID Product Img Product Name Group Under Available Qty Stock Date Stock Status Action
PID001 Lorem Ipsum Fruit76

00/00/0000

00:00 AM

{{-- If low stock use (color-orange, bg-orange-light) --}} {{-- If in stock use (color-blue, bg-blue-light) --}} {{-- If out of stock use (color-red, bg-red-light) --}}
PID001 Lorem Ipsum Fruit00

00/00/0000

00:00 AM

PID001 Lorem Ipsum Fruit00

00/00/0000

00:00 AM

1-2 of 2 results
right-arrow
1
left-arrow
{{-- In Stock to Low Update Stock Status modal --}} {{-- (In Stock /Low) to Out of Update Stock Status modal --}} {{-- (Low Stock /Out Of Stock) to In Update Stock Status modal --}} @endsection