@extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content')
| Sl.No | Order Id | Outstanding Amount | Customer | Action |
|---|---|---|---|---|
| {{$key+1}} | {{ $val->orderId}} @php echo date('h:i A, d M y', strtotime($val->created_at)) @endphp |
Rs {{ $val->real_outstanding}} | {{ $val->name }} {{ $val->phone }} |
Payment Details |