@extends('layouts.app') @section('title', 'Inventory - Quick OMS') @section('content')

Inventory

Manage stock levels with auto-decrement on sales

Total Products

{{ number_format($totalProducts) }}

All items in catalog

Total Stock

{{ number_format($totalStock) }}

Units in warehouse

Promotions

{{ number_format($dealsCount) }}

Active deals

New arrivals

{{ number_format($newArrivalsCount) }}

New catalog items

+ Create
Show entries
Index Image Product Name SKU Category Brand Price Qty Order Actions
@push('css') @endpush @push('scripts') @endpush @endsection