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

PANWARI OUTSTANDING REPORT

@php $total = 0; $sr = 1; @endphp @foreach ($trans as $key => $row) @endforeach
SNO DATE PARTY NAME BALANCE Days
{{$sr}} {!! date('d/M/y', strtotime($row[0]->created_at)) !!} {{$row[0]->client->name}} {{$row[0]->client->balance}} @php $total = $total + $row[0]->client->balance; @endphp @php ++$sr; $interval = $row[0]->created_at->diff(Carbon\Carbon::now()); @endphp {{$interval->format('%a')}}

Total Balance Amount : {{$total}}