@include('partials.common-meta')
@yield('pageTitle')
@include('partials.header')
@yield('content')
@include('partials.popups') @include('partials.footer') @if(Request::is('careers-view/*') || Request::is('careers')) @endif @yield('footer')