@extends('layouts.app') @section('title', 'Confirm Refund') @section('content') @php $booking = $cancelledBooking->booking; $invoice = $booking->invoice; @endphp
Invoice #{{ $booking->invoice_id ?? '—' }} — {{ $booking->customer?->name ?? 'N/A' }}
@if(session('error'))Default: {{ $cancelledBooking->refund_amount }} SAR (Total Paid − Total Cost − Service Charge)