@extends('layouts.master') @section('title', 'Purchase Return List') @section('page-header') Purchase Return List @stop @push('style') @endpush @section('content')
| SL | Date | Invoice No | Supplier Name | Total Amount | Paid Amount | Due Amount | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $purchaseReturn->date }} | {{ $purchaseReturn->invoice_no }} | {{ optional($purchaseReturn->supplier)->name }} | {{ $purchaseReturn->total_payable }} | {{ $purchaseReturn->total_paid_amount }} | {{ $purchaseReturn->total_due_amount }} |