@extends('layouts.admin') @section('title', $title) @section('content')
Manage all {{ strtolower($title) }}.
| Voucher # | Date | Description | Amount | Actions |
|---|---|---|---|---|
| {{ $voucher->voucher_number }} | {{ $voucher->voucher_date->format('d M, Y') }} | {{ $voucher->description }} | Rs. {{ number_format($voucher->amount, 2) }} | Edit |
| No vouchers found. | ||||