<%- include('../layouts/header.ejs') %> <%- include('../layouts/navbar.ejs', { client: client }) %>

Stay History

Review your completed hotel stays.

<% if(history.length > 0){ %> <% history.forEach(item => { %> <% }) %> <% } else { %> <% } %>
Room Check In Check Out Total
Room <%= item.Room.room_number %> <%= item.check_in %> <%= item.check_out %> $<%= item.total_amount %>
No completed stays yet.
<%- include('../layouts/footer.ejs') %>