@extends('layouts.app') @section('title', 'Payment Receiving Report') @section('content')
| Date | Invoice | Passenger | Guardian | Mobile | Amount | Method |
|---|---|---|---|---|---|---|
| {{ $date ?? '2024-01-01' }} | {{ $invoice ?? 'INV-0001' }} | {{ $passenger ?? 'John Doe' }} | {{ $guardian ?? 'Guardian Name' }} | {{ $mobile ?? '01700000000' }} | {{ $amount ?? '20000' }} | {{ $method ?? 'Bank Transfer' }} |