@extends('layouts.app') @section('content')
Account Title | Voucher | Type | Debit | Credit | Voucher Date | Remarks | Site | Company | |
---|---|---|---|---|---|---|---|---|---|
{{ $row->Account_Title }} | {{ $row->Voucher_ID }} | {{ $row->VoucherType }} | {{ number_format($row->Debit, 2) }} | {{ number_format($row->Credit, 2) }} | {{ $row->Voucher_Date }} | {{ $row->Remarks }} | {{ $row->Site }} | {{ $row->Company }} | |
No data found for the selected filters. | |||||||||
Total: | {{ number_format($totalDebit, 2) }} | {{ number_format($totalCredit, 2) }} |