My Reservations

View and manage your reserved properties.

<%= turbo_stream_from "reservations_client_#{current_user.customer_profile.id}" %>
<% if @reservations.any? %>
<%= render partial: "shared/reservation_row", collection: @reservations, as: :reservation, locals: { client: true } %>
Property Customer Agent Status Expires At
<% else %>

You currently have no reservations.

<% end %>