PRONDL
@lang('reports.Customer_Indebtness_by_Duration_Summary')
{{--@lang('reports.from') 2020-01-08 @lang('reports.to') 2020-01-08
--}}@lang('reports.customer_indebt_summary_sum')
{{ $total }}
@lang('reports.Customer_Name') | @lang('reports.Current') | 1:30 | 31:40 | 41:50 | 51:60 | 61:70 | 71:80 | 81:90 | @lang('reports.91_and_above') |
---|---|---|---|---|---|---|---|---|---|
{{ $client->name }}
@foreach ($client->branches as $branch)
@endforeach
@lang('reports.Total')
|
{{ $client->balance }} @php $currentTotal += $client->balance; @endphp
@foreach ($client->branches as $branch)
@endforeach
${{ $currentTotal }} |
${{ $client->first_to_thirty }} @php $first_to_thirtytTotal += $client->first_to_thirty; @endphp
@foreach ($client->branches as $branch)
${{ $branch->first_to_thirty }} @php $first_to_thirtytTotal += $branch->first_to_thirty; @endphp @endforeach${{ $first_to_thirtytTotal }} |
${{ $client->thirty_to_fourth }} @php $thirty_to_fourthTotal += $client->thirty_to_fourth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->thirty_to_fourth }} @php $thirty_to_fourthTotal += $branch->thirty_to_fourth; @endphp @endforeach${{ $thirty_to_fourthTotal }} |
${{ $client->fourth_to_fifth }} @php $fourth_to_fifthTotal += $client->fourth_to_fifth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->fourth_to_fifth }} @php $fourth_to_fifthTotal += $branch->fourth_to_fifth; @endphp @endforeach${{ $fourth_to_fifthTotal }} |
${{ $client->fifth_to_sixth }} @php $fifth_to_sixthTotal += $client->fifth_to_sixth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->fifth_to_sixth }} @php $fifth_to_sixthTotal += $branch->fifth_to_sixth; @endphp @endforeach${{ $fifth_to_sixthTotal }} |
${{ $client->seventh_to_eighth }} @php $seventh_to_eighthTotal += $client->seventh_to_eighth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->seventh_to_eighth }} @php $seventh_to_eighthTotal += $branch->seventh_to_eighth; @endphp @endforeach${{ $seventh_to_eighthTotal }} |
${{ $client->seventh_to_eighth }} @php $seventh_to_eighthTotal += $client->seventh_to_eighth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->seventh_to_eighth }} @php $seventh_to_eighthTotal += $branch->seventh_to_eighth; @endphp @endforeach${{ $seventh_to_eighthTotal }} |
${{ $client->eighth_to_ninth }} @php $eighth_to_ninthTotal += $client->eighth_to_ninth; @endphp
@foreach ($client->branches as $branch)
${{ $branch->eighth_to_ninth }} @php $eighth_to_ninthTotal += $branch->eighth_to_ninth; @endphp @endforeach${{ $eighth_to_ninthTotal }} |
${{ $client->ninth_to_above }} @php $ninth_to_aboveTotal += $client->ninth_to_above; @endphp
@foreach ($client->branches as $branch)
${{ $branch->ninth_to_above }} @php $ninth_to_aboveTotal += $branch->ninth_to_above; @endphp @endforeach${{ $ninth_to_aboveTotal }} |