@if($event->images->count()) @endif @yield('head') {!!Html::style(config('attendize.cdn_url_static_assets').'/assets/stylesheet/frontend.css')!!} @if ($event->bg_type == 'color' || Request::input('bg_color_preview')) @endif @if (($event->bg_type == 'image' || $event->bg_type == 'custom_image' || Request::input('bg_img_preview')) && !Request::input('bg_color_preview')) @endif
@yield('content') {{-- Push for sticky footer--}} @stack('footer')
{{-- Sticky Footer--}} @yield('footer') @include("Shared.Partials.LangScript") {!!Html::script(config('attendize.cdn_url_static_assets').'/assets/javascript/frontend.js')!!} @if(isset($secondsToExpire)) @endif @include('Shared.Partials.GlobalFooterJS')