Expiry Alerts
Showing batches expiring within {{ $days }} days
Expired
{{ $stats['expired'] }}
Critical
{{ $stats['critical'] }}
Warning
{{ $stats['warning'] }}
Total Value
${{ number_format($stats['total_value'], 2) }}
Expiring Batches
@if($batches->isEmpty())No expiring batches found!
All batches are valid for at least {{ $days }} more days.
| Batch | Product | Expiry Date | Days Left | Quantity | Cost Value | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $batch->batch_number }} | {{ $batch->product->name }} | {{ $batch->expiry_date->format('Y-m-d') }} | @if($daysLeft < 0) Expired {{ abs($daysLeft) }} days ago @else {{ $daysLeft }} days @endif | {{ $batch->current_quantity }} | ${{ number_format($batch->current_quantity * $batch->batch_cost_price, 2) }} | @if($daysLeft < 0) Expired @elseif($daysLeft <= 7) Critical @else Warning @endif |
Showing {{ $batches->firstItem() }} to {{ $batches->lastItem() }} of {{ $batches->total() }} batches