@extends('layouts.app') @section('content')
Voucher ID | Voucher Date | Remarks | Cheque | Debit | Credit | Cl. Balance | {{-- NEW --}}|||
---|---|---|---|---|---|---|---|---|---|
{{ $row->Voucher }} | @php $amount = floatval($row->Amount); @endphp @php $balance += $row->Amount; @endphp{{ $row->VoucherDate }} | {{ $row->Remarks }} | {{ $row->Cheque_No }} | {{ $amount > 0 ? number_format($amount, 2) : '' }} | {{ $amount < 0 ? number_format(abs($amount), 2) : '' }} | {{ number_format($balance, 2) }} | {{-- Cl. Balance --}}|||
No data found for the selected filters. |