@if (!View::hasSection('seo'))
@include(env("CLIENT_PATH").'.partials.seo')
@endif
@yield("seo")
@stack("css")
meta_pixel_code; ?>
{!!(SITEVARS->meta_pixel_code)?SITEVARS->meta_pixel_code:""!!}
@include(env("CLIENT_PATH").".partials.header")
@yield("content")
@include(env("CLIENT_PATH").".partials.footer")
@stack("js")