@if(showSnippet("homepage_notification", "is_active") === "1" || showSnippet("homepage_notification", "is_active_2") === "1") @include('sections.banner') @if(showSnippet("homepage_notification", "is_active") === "1" && showSnippet("homepage_notification", "is_active_2") === "1") @include('atoms.heading_group-two-col', ['data'=>[ (object)[ 'title' => showSnippet("homepage_notification", "title"), 'title_link' => showSnippet("homepage_notification", "button_link")!=""?showSnippet("homepage_notification", "button_link"):null, 'copy' => showSnippet("homepage_notification", "message"), 'button_link' => showSnippet("homepage_notification", "button_link")!=""?showSnippet("homepage_notification", "button_link"):null ], (object)[ 'title' => showSnippet("homepage_notification", "title_2"), 'title_link' => showSnippet("homepage_notification", "button_link_2")!=""?showSnippet("homepage_notification", "button_link_2"):null, 'copy' => showSnippet("homepage_notification", "message_2"), 'button_link' => showSnippet("homepage_notification", "button_link_2")!=""?showSnippet("homepage_notification", "button_link_2"):null ], ]]) @elseif(showSnippet("homepage_notification", "is_active") === "1") @include('atoms.heading_group', [ 'title' => showSnippet("homepage_notification", "title"), 'title_link' => showSnippet("homepage_notification", "button_link")!=""?showSnippet("homepage_notification", "button_link"):null, 'copy' => showSnippet("homepage_notification", "message") ]) @if(showSnippet("homepage_notification", "button_link") != "")