@if(request()->has('partial')) @endif @extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content') @if(!request()->has('partial'))
| Sl.No | Customer Name | Outstanding Amount | Customer Type | Action |
|---|---|---|---|---|
| {{$key+1}} | {{ $val->name }} | Rs {{$val->ros}} | @php echo $customer_type[$val->customer_type]??''; @endphp | view details |
| Total Outstanding: | Rs {{ number_format($totalOutstanding, 2) }} | |||