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

Add Shared Balance

Add

@csrf @method('post')
@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