My Reservations
<%= turbo_stream_from "reservations_agent_#{current_user.id}" %>
| Property |
Customer |
Agent |
Status |
Expires At |
Created At |
<%= render partial: "shared/reservation_row",
collection: @reservations,
as: :reservation,
locals: { show_customer: true, agent: true } %>