title = "Special Offers Detail" url = "/offers/:slug" layout = "default" is_hidden = 0 == first(); $this['posts'] = $posts->posts; $post = Post::where('slug', $this->param('slug'))->first(); $this['post'] = $post; $this['js'] = "assets/js/script.min.js"; $this['js'] = "assets/js/offer-detail.min.js"; } ?> == {% put styles %} {% endput %} {% put scripts %} {% endput %} {% put scripts_inline %} {% endput %} {% put additional_flying_elements %} {% endput %} {% put footer_pusher %} {% endput %} {% put modal %} {% endput %} {{post.title}} {% for img in post.featured_images%} {% endfor %} Our Special Offers {% for post in posts %} {{post.title}} {% endfor %} {{post.content_html|raw}} {{post.excerpt}} Book this offer