<%= if @show_success do %>

Booking Cancelled

Your booking has been successfully cancelled. The administrator has been notified.

<.back_to_link navigate={~p"/"} value="Return to Home" />
<% else %>

Cancel Booking

Booking Details

Space: {@booking.space.name}

Date: {Calendar.strftime(@booking.date, "%A, %B %d, %Y")}

Time: {@booking.start_time} - {@booking.end_time}

Customer: {@booking.customer_name}

This helps us improve our service and understand your needs better.

<.link navigate="/" class="flex-1 bg-slate-200 text-slate-700 px-6 py-3 rounded-xl font-semibold hover:bg-slate-300 transition-colors text-center" > Keep Booking
<% end %>