@extends('admin_dashboard') @section('admin')

Pending Due

@foreach($alldue as $key=> $item) @endforeach
Sl Image Name Order Date Payment Invoice Total Paid Due Prepared By Action
{{ $key+1 }} {{ $item['customer']['name'] }} {{ $item->order_date }} {{ $item->payment_status }} {{ $item->invoice_no }} {{ $item->total }} {{ round($item->pay) }} {{ round($item->due) }} {{ $item->user->name }} Details
@endsection