@extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content')
| 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) }} | ||