@include('partials.seo') @stack('style-lib') @stack('style') @stack('fbComment')
@include($activeTemplate .'partials.header') @if(!request()->routeIs('home') && !request()->routeIs('candidate.profile') && !request()->routeIs('profile')) @include($activeTemplate . 'partials.breadcrumb') @endif
@yield('content')
@include($activeTemplate . 'partials.footer') @stack('script-lib') @stack('script') @include('partials.plugins') @include('partials.notify')