@extends("layout") @section("content")
| District | Facility | Financial Year | Item | Description | Unit of Issue | Max Stock | Min Stock |
|---|---|---|---|---|---|---|---|
| {{ $district->name }} | {{ $facility->name }} | {{ $year->year }} | {{ $item->name }} | {{ $item->description }} | {{ $item->metric->description }} | {{ $item->max_level }} | {{ $item->min_level }} |