@extends('layouts.app') @section('title', 'Payment Receiving Report') @section('content')

Payment Receiving Report

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' }}
@endsection