@yield('canonical') @yield('meta-hidden') @if(preg_match("/page=/", url()->full())) @else @endif @if(Route::currentRouteName() == 'company') @endif @yield('title') @php if ( $_SERVER['REQUEST_URI'] != strtolower( $_SERVER['REQUEST_URI']) ) { header('Location: //'.$_SERVER['HTTP_HOST'] . strtolower($_SERVER['REQUEST_URI']), true, 301); exit(); } @endphp @if (trim($__env->yieldContent('title'))) @endif @if (trim($__env->yieldContent('page-url'))) @endif @if (trim($__env->yieldContent('meta_description'))) @endif @if (trim($__env->yieldContent('logotype'))) @endif @if(is_lighthouse()) @endif