{{-- To add page specific scripts or additional script which need to be executed on load --}}
@stack('headerScript')
{{-- Header --}}
@include('v1.enduser.layouts.header')
{{-- Content body --}}
@yield('content')
{{-- Footer --}}
@include('v1.enduser.layouts.footer')
{{-- Common script --}}
{{-- To add page specific scripts or additionanl scripts --}}
@stack('footerScript')
{{-- For facebook pixel only --}}
@if(isset($pageInfo) && $pageInfo['content']['facebook_pixel'])
{!! $pageInfo['content']['facebook_pixel'] !!}
@endif
{{-- To add popup content which have an issue with zindex --}}
@stack('footerPopupCon')