🔔 New Booking Received

Customer: {@customer_name}

Email: {@customer_email}

Phone: {@customer_phone}

<.details_list> <.detail_item label="Date">{@date} <.detail_item label="Time">{@start_time} - {@end_time}

Customer Comment:

<%= if @customer_comment && String.trim(@customer_comment) != "" do %>
“{@customer_comment}”
<% else %>
No additional comments provided.
<% end %>

Admin Actions

Please confirm arrival or cancel the booking.

<.email_button href={@confirm_url} variant={:primary}> Confirm Arrival <.email_button href={@cancel_url} variant={:danger}> Cancel Booking