@extends('layouts.app') @section('title','Payment Vouchers') @section('pages')
@php $redirect = request('redirect'); @endphp
@csrf


    @php $collection_amount = $transactionSummery['totalBilling'] - $transactionSummery['discountAmount']; @endphp @php $ids = []; $lastKey = 0; @endphp @foreach($accounting_group as $key => $list) @php $lastKey++; @endphp @endforeach @foreach($accounting_expenses as $keys => $list) @endforeach
    Sr No. Transaction Mode Receive Mode Transaction Referrence Amount
    {{ $key + 1 }} {{$list->name ?? ''}}
    {{$accounting_tds->name ?? ''}}
    {{$list->name ?? ''}}
    Total Payment
    Total Due
    @endsection @section('js') @endsection