S.P NAME: {{$ref->name}}

PANWARI LEDGER

@php $total = 0; @endphp @foreach ($trans as $key => $row) @endforeach
SNO DATE PARTICULAR DEBIT CREDIT BALANCE
{{++$key}} {!! date('d/M/y', strtotime($row->created_at)) !!} {{$row->title}} {{$row->client->name}} @if($row->type != "income") {{$row->amount}} @else 0.00 @endif @if($row->type == "income") {{$row->amount}} @else 0.00 @endif {{$row->client->balance}} @php $total = $total + $row->client->balance; @endphp

Total Balance Amount : {{$total}}