Transaction(Dr)
@php $i=1; @endphp @foreach($orvs as $orow) @if($orow->entry_type=='Dr') @php $drjeid=$orow->id; @endphp
Debit A/c.
Ref.No.
Description
P.Mode
Amount
Bank
Cheque No
Cheque Date
Remarks
@php $i++; @endphp @endif @endforeach


Transactions(Cr)
@php $i=1; @endphp @foreach($orvs as $orow) @if($orow->entry_type=='Cr')
Tenant A/c
Description/Reference
Contract No
Amount
@php $i++; @endphp @endif @endforeach