@extends('layouts.app') @section('title', 'Product Purchase - EDUC Pharmacy') @section('content')
| Reference No | Date | Supplier | Products | Total Amount | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $purchase->reference_no }} | {{ $purchase->purchase_date->format('d-m-Y') }} | {{ $purchase->supplier->name ?? 'N/A' }} | {{ $purchase->items->count() }} items | MWK {{ number_format($purchase->grand_total, 2) }} | {{ ucfirst($purchase->status) }} | View |