@extends('layouts.app') @section('title', 'Due Report') @section('content')
| Invoice | Passenger | Guardian | Mobile | Total Cost | Paid | Due |
|---|---|---|---|---|---|---|
| {{ $invoice ?? 'INV-0001' }} | {{ $passenger ?? 'John Doe' }} | {{ $guardian ?? 'Guardian Name' }} | {{ $mobile ?? '01700000000' }} | {{ $total_cost ?? '70000' }} | {{ $paid ?? '50000' }} | {{ $due ?? '20000' }} |