@extends('layouts.adminlte') @section('title','Payment Vouchers') @section('content')
| Voucher No | Date | Site | Vendor | Particular | Mode | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $v->voucher_no }} | {{ $v->voucher_date->format('d-m-Y') }} | {{ $v->site->name }} | {{ $v->vendor->name }} | {{ $v->particular->name }} | {{ strtoupper($v->payment_mode) }} | ₹ {{ number_format($v->amount,2) }} | {{ ucfirst($v->status) }} | View Edit |
| No vouchers found. | ||||||||