@extends('layouts.app') @section('title', 'Purchase') @section('content')
| Date | Vendor | Items | Total | Actions |
|---|---|---|---|---|
| {{ $p->purchase_date->format('d M Y') }} | {{ $p->vendor->name }} | {{ $p->items_count }} | {{ number_format($p->total, 2) }} | View |
| No purchases yet. Add purchase from vendor. | ||||