@extends('layouts.app') @section('title', 'Re-Issue & Refund Report') @section('content')
| Date | Invoice | Passenger | Passport | Type | Amount | Reason |
|---|---|---|---|---|---|---|
| {{ $date ?? '2024-01-01' }} | {{ $invoice ?? 'INV-0001' }} | {{ $passenger ?? 'John Doe' }} | {{ $passport ?? 'AB1234567' }} | {{ $type ?? 'Re-Issue' }} | {{ $amount ?? '5000' }} | {{ $reason ?? 'Schedule Change' }} |