@extends('layouts.admin') @section('title', 'Outstanding Dues') @section('page-title', 'Outstanding Dues') @section('content')
| Order # | Customer | Due | Actions |
|---|---|---|---|
| {{ $o->order_number }} | {{ $o->customer->full_name ?? '—' }} | {{ number_format($o->due_amount ?? 0, 2) }} | View |
| No outstanding dues. | |||