@extends('layouts.app') @section('title','Expired / Near Expiry Report') @section('content')
Expired Batches
{{ $expired->count() }}
Expiring (< 3 months)
{{ $nearExpiry->count() }}
| Drug | Batch | Expiry | Qty Remaining |
|---|---|---|---|
| {{ $b->drugItem->name ?? '' }} | {{ $b->batch_number }} | {{ $b->expiry_date->format('d M Y') }} | {{ $b->quantity_remaining }} |
| Drug | Batch | Expiry | Qty Remaining |
|---|---|---|---|
| {{ $b->drugItem->name ?? '' }} | {{ $b->batch_number }} | {{ $b->expiry_date->format('d M Y') }} | {{ $b->quantity_remaining }} |