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 %}

{{post.title}}

{{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}}

Room Offer Available

{% for offer in post.getOfferList() %}

{{offer.offer.title}}

{{offer.offer.excerpt}}
{% endfor %}

Have an enquiry?

Send Enquiry