@extends('layouts.app') @section('page_title','Purchases') @section('content')
| No | Date | Supplier | Total | Paid | Due | |
|---|---|---|---|---|---|---|
| {{ $purchase->purchase_no }} | {{ $purchase->purchase_date }} | {{ $purchase->supplier->name }} | {{ number_format($purchase->subtotal,2) }} | {{ number_format($purchase->paid_amount,2) }} | {{ number_format($purchase->due_amount,2) }} | View |