@extends('layout.app') @section('content')
| Date | Supplier | Line | Description | Total Amount | Actions |
|---|---|---|---|---|---|
| {{ $purchase->date }} | {{ $purchase->supplier_name }} | {{ $purchase->line_name }} | {{ $purchase->description }} | ₹ {{ number_format($purchase->total_amount, 2) }} | View Edit |
| No purchases found. | |||||