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