@extends('layouts.master') @section('content')
{{-- HEADER --}}

Supply

Manage medicines, vaccines, consumables, laboratory supplies and equipment
{{-- KPI CARDS --}}
{{ number_format($totalItems) }}
Total Items
UGX {{ number_format($stockValue, 2) }}
Stock Value
{{ number_format($stockItems) }}
Stock Items
{{ number_format($lowStock) }}
Low Stock
{{ number_format($lowStock) }}
Low Stock
{{ number_format($outOfStock) }}
Out Of Stock
{{-- MODULES --}}
📦

Item Master

Supply catalogue

📗

Stock

Current balances

⬇️

Receipts

Receive stock

⬆️

Issues

Issue stock

🛒

Procurement

Requests, RFQs and purchasing

🔄

Transfers

Move stock

✏️

Adjustments

Stock corrections

☑️

Stock Count

Physical verification

📅

Expiry Tracking

Monitor expiries


{{-- SUMMARY + ALERTS --}}
Stock Summary by Category
@forelse($categorySummary as $category) @empty @endforelse
Category Items In Stock Low Out Value
{{ $category->category }} {{ number_format($category->total_items) }} {{ number_format($category->in_stock) }} {{ number_format($category->low_stock) }} {{ number_format($category->out_of_stock) }} UGX {{ number_format($category->stock_value, 2) }}
No category statistics available.
{{-- QUICK ACTIONS --}}
Quick Actions
@endsection