@extends('layouts.app') @section('title', 'Product Management - EDUC Pharmacy') @section('content')

Product Management

Manage your inventory, pricing, and stock levels.

Total Products

{{ number_format($stats['total']) }}

Low Stock

{{ number_format($stats['low_stock']) }}

Categories

{{ number_format($stats['categories']) }}

Inventory Value

MWK {{ number_format($stats['total_value'] / 1000000, 1) }}M
Show
@include('pos.products.table')
Loading...
@endsection @section('scripts') @endsection