@extends('admin.layouts.master') @section('title', 'Outstanding Report') @section('content')
Filter
@include('admin.includes.msg')
@if(!empty($order) && $order->count()>0) @foreach($order as $key=>$val) @endforeach @endif
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
@endsection