@extends('layouts.app') @section('title', 'Request Stay Cancellation | Kevron Suites') @section('content')
Reservation Termination

Request Stay Cancellation

Cancel reservation {{ $booking->booking_reference }}.

⚠️ Cancellation Policy Warning

{{ $policyApplied }}

Estimated Refund Amount: ₦{{ number_format($refundAmount) }}
@csrf @if($errors->any())
{{ $errors->first() }}
@endif
Check-in {{ optional($booking->check_in_date)->format('M d, Y') }}
Check-out {{ optional($booking->check_out_date)->format('M d, Y') }}
Go Back
@endsection