@extends('layouts.stock') @section('title', 'My Stock') @section('mobile_header')
Total Stock
{{ number_format($summary['total']) }}
Critical items
{{ number_format($summary['low'] + $summary['expired']) }}
Quantity
{{ $stock->quantity }} {{ $stock->unit }}
Expiry
{{ $stock->expiry_date?->format('M Y') }}
Manage your medical inventory and monitor stock levels in real-time.
Total Items
{{ number_format($summary['total']) }}
Low Stock Alerts
{{ number_format($summary['low']) }}
Expiring Soon
{{ number_format($summary['expiring_soon']) }}
| Medicine Name | Quantity | Expiry Date | Type | Status | Actions |
|---|---|---|---|---|---|
|
{{ $stock->medicine?->name }}
{{ $typeIcon }}
{{ $typeLabel }}
{{ $visibilityText }}
Total Stock Value: {{ number_format($totalValue, 2) }} DH
|
{{ $stock->quantity }} {{ $stock->unit }}
|
{{ $stock->expiry_date?->format('Y-m-d') }} | {{ $typeIcon }} {{ $typeLabel }} | {{ $statusText }} |