@if(Route::currentRouteName() == "front.cv_builder.preview_cv" || env('APP_ENV') == 'local' || (isset($job) && ($job->status == 'closed' || $job->status == 'paused' || $job->expires_at < \Carbon\Carbon::today()))) @else @endif {{-- @yield('share-linkedin') --}} @yield('title',@trans('seo.title')) @stack('pageCss') @if (config('app.env')=='production') @endif @include('front.common.header') @guest @if(isset($headerModuleName) && $headerModuleName == 'mover') @include('front.common.login_with_modal') @endif @endguest @yield('content') @stack('pageModals') @include('front.common.footer') {{-- --}} {{-- --}} @stack('pageJs')