@if(!$viewfullpage) @endif @extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content') @if($viewfullpage)
@endif
@include('admin.includes.msg')
@if(!empty($localityOutstanding) && $localityOutstanding->count()>0) @foreach($localityOutstanding as $key=>$val) @endforeach @endif
Sl.No Locality name Outstanding Amount Action
{{$key+1}} @php echo isset($locality[$val->localityId]) ? $locality[$val->localityId] : ""; @endphp Rs {{ $val->real_outstanding}} view details
Total Outstanding: Rs {{ number_format($totalOutstanding, 2) }}
@if($viewfullpage)
@endif @endsection