@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Shared Balance Report @endsection @section('subcontent')

Shared Balance Report

Filter

@php $c = 0; @endphp @foreach ($partners as $row )
@php ++$c; @endphp @endforeach
@if(isset($shares))

Report Content

@if(isset($fromDate) && isset($toDate))
@endif
@if(isset($shares))

Shared Balance

@php $total = 0; @endphp @foreach($shares as $row) @php $amount =0; $total += $amount; @endphp @endforeach
# Name Percetage Amount
{{++$loop->index}} {{$row[0]}} {{$row[1]}}% {{$row[2]}}
Total: {{$total}}
@endif
@endif
@endsection @section('script') @endsection