Customer Sales & Balance

Route:{{ $route->name ?? '' }}

From : {{ $fromDate ? date('d-m-Y', strtotime($fromDate)) : '' }} To : {{ $toDate ? date('d-m-Y', strtotime($toDate)) : '' }}
@foreach ($accountingVouchers as $key => $item) @endforeach @php $totalSales = $accountingVouchers->sum('total'); @endphp
SN Party Sales Balance
{{$loop->iteration }} {{ $item->debitLedger->name }} {{ $item->total }} {{ $item->closing_balance }} {{ $item->dr_or_cr }}
Total {{ $totalSales }}