@extends('layouts.public-booking', ['title' => 'Cancel Appointment - Booklio']) @include('public.booking.partials.data') @section('content')

Appointment

{{ $selected['service'] }} with {{ $selected['staff'] }}

{{ $selected['date'] }} at {{ $selected['time'] }} - Booking {{ $selected['booking_id'] }}

@csrf

Cancellation policy

Appointments cancelled inside 6 hours may require business approval.

Cancel appointment Keep booking
@endsection