title = "Room Detail" url = "/rooms/:slug" layout = "default" is_hidden = 0 == param('slug'))->first(); $this['post'] = $post; $posts = Category::where("slug", "room")->first(); $this['posts'] = $posts->posts; $this['js'] = "assets/js/script.min.js"; $this['js'] = "assets/js/room-detail.min.js"; // dd($this['post']); } ?> == {% put styles %} {% endput %} {% put scripts %} {% endput %} {% put scripts_inline %} {% endput %} {% put additional_flying_elements %} {% endput %} {% put footer_pusher %} {% endput %} {% put modal %} {% endput %} Home Accommodation {{post.title}} {{post.title}} {% for img in post.featured_images%} {% endfor %} {{post.content_html|raw}} {{post.room_size}} {{post.room_view}} {{post.room_bedding}} {{post.max_adult}} Facilities {%for facility in post.facilitiesArray()%} {{facility}} {%endfor%} Amenities {%for amenity in post.amenitiesArray()%} {{amenity}} {%endfor%} {{post.excerpt_2}} Book Now Room Offer Available {% for offer in post.getOfferList() %} {{offer.offer.title}} {{offer.offer.excerpt}} {% endfor %} See Offer Details Have an enquiry? Send Enquiry Our Rooms {% for post in posts %} {{post.title}} {% endfor %}
Home Accommodation {{post.title}}