@if(request()->has('partial')) @endif @extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content') @if(!request()->has('partial'))
| Sl.No | Order Invoice No | Order Date | Outstanding Amount | Action |
|---|---|---|---|---|
| {{$key+1}} | {{$val->orderId}} | {{$val->created_at}} | Rs {{$val->real_outstanding}} | Payment Details |
| Total Outstanding: | Rs {{ number_format($totalOutstanding, 2) }} | |||