DAILY TRANSACTION REPORT
Branch: {{$transdata['branchname']}} Date: {{$transdata['transdate']}} @if(isset($journals)) @foreach($journals as $journal) @endforeach @endif
Lottes Trans Type Description Debit Credit Status
{{$transcount}} {{$journal['transtype']}} {{$journal['description']}} {{$debitval}} {{$creditval}} {{$journal['isposted']}}
TOTAL {{$transdata['debit']}} {{$transdata['credit']}}

Pledge Inventory @if(isset($inventories)) @foreach($inventories as $inventory) @if($inventory['count'] > 0) @endif @endforeach @endif
Pledge Inventory Count Total
{{$inventory['pledge']}} {{$inventory['count']}} {{number_format($inventory['capital'],2,'.',',')}}

Cash In Vault {{$transdata['civ']}}
Cash Float {{$transdata['caf']}}
Cash Count {{$transdata['cashcount']}}
Total Cash Count {{$transdata['totalcashcount']}}
Beginning Balance {{$transdata['beginbal']}}
Ending Balance {{$transdata['endbal']}}
Variance {{$transdata['variance']}}
@if(isset($cashcounts)) @foreach($cashcounts as $cashcount) @endforeach @endif
Denomination Count Total
{{$cashcount['denomination']}} {{$cashcount['count']}} {{number_format($cashcount['total'],2,'.',',')}}



Prepared By:

{{$transdata['preparedby']}}