@extends('layouts.app') @section('content')
Voucher Date | Voucher# | Amount | Remarks | Account Name | Petty Cash/Bank |
---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($row->VoucherDate)->format('d-m-Y') }} | {{ $row->Voucher_ID }} | {{ number_format($row->AmountPaid) }} | {{ $row->Remarks }} | {{ $row->AccountName }} | {{ $row->PettyCashAccount }} |
Grand Total: | {{ number_format($totalAmountPaid) }} |
No records found for the selected criteria.
@endif