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

Request Stay Modification

Modify dates or suites for reservation {{ $booking->booking_reference }}.

@csrf @if($errors->any())
{{ $errors->first() }}
@endif
Current Suite {{ $booking->apartmentType->name }}
Proposed Suite Category
Cancel Request
@endsection