Start Date: <%= f.input :start_date, html5: true, label: false, input_html: { data: { booking_price_target: 'start_date', action: 'change->booking-price#update' }, class: 'rental-date', min: Date.today } %>
End Date: <%= f.input :end_date, html5: true, label: false, input_html: { data: { booking_price_target: 'end_date', action: 'change->booking-price#update' }, class: 'rental-date', min: Date.today }%>
Price: $<%= @offer.price.round %>/day
<%if @offer.user != current_user%> <%= f.submit "Book Now", class: "btn btn-warning bg-gradient" %> <% else %> <%= f.submit "Book Now", class: "btn btn-secondary disabled" %> <% end %> <% end %><%= image_tag "#{rand(1..5)}.png", class: "review-avatar dropdown-toggle p-1", data: { bs_toggle: "dropdown" }, 'aria-haspopup': true, 'aria-expanded': false %> <%= review.user.name%>