@extends('layouts.app') @push('css') @endpush @section('content')
Account Title | Voucher | Type | Debit | Credit | Balance | Voucher Date | Remarks | Site | Company |
---|---|---|---|---|---|---|---|---|---|
{{ $row->Account_Title }} | {{ $row->Voucher_ID }} | {{ $row->VoucherType }} | {{ number_format($row->Debit, 2) }} | {{ number_format($row->Credit, 2) }} | {{ number_format($running, 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) }} | {{ number_format($totalCredit-$totalDebit, 2) }} |