url = "/testhome3" title ="Home" layout = "default" == first(); $offerposts = Category::where("slug", "room-offer")->first(); $menuscategory = Category::where("slug", "menu-header")->first(); $this['welcome'] = Post::where("slug", "welcome")->first(); $this['menus'] = $menuscategory->posts; $this['slidehome'] = Post::where("slug", "slide-home")->first(); $this['homeroom'] = Post::where("slug", "home-room")->first(); $this['restaurant'] = Post::where("slug", "home-restaurant")->first(); $this['meeting'] = Post::where("slug", "home-meetings-experiences")->first(); $this['wedding'] = Post::where("slug", "home-wedding")->first(); $this['rooms'] = $posts->posts; $this['offers'] = $offerposts->posts; } ?> == {% put styles %} {% endput %} {% put scripts %} {% endput %} {% put scripts_inline %} {% endput %} {% put additional_flying_elements %} {% endput %} {% put footer_pusher %} {% endput %} {% put modal %} {% endput %}

Perfect base to explore natural beauty

{{welcome.title}}

{{welcome.excerpt}}

{{welcome.content_html|raw}}

Explore Banyuwangi & get your best deals from our packages

{{homeroom.title}}

{{homeroom.excerpt}}

{{restaurant.title}}

{{restaurant.content_html|raw}}

Learn more

{{meeting.title}}

{{meeting.content_html|raw}} Learn more

{{wedding.title}}

{{wedding.content_html|raw}}

Learn more

{%for menu in menus%}
{{menu.title}}
{%endfor%}