@extends('layouts.dashboard') @section('title', $pageTitle) @section('page_header')
| S.No | Purchase No | Vendor | Warehouse | Date | Amount | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $purchase->transaction_no }} | {{ $purchase->party?->name ?? '-' }} | {{ $purchase->warehouse?->name ?? '-' }} | {{ $purchase->date?->format('Y-m-d') ?? '-' }} | {{ number_format((float) $purchase->amount, 2) }} | {{ ucfirst($purchase->status) }} |