@php $canonicalHref = trim($__env->yieldContent('canonical')); if ($canonicalHref === '') { $path = request()->path(); $canonicalHref = ($path === '' || $path === '/') ? url('/') : url('/'.$path); } @endphp Veltrix - Fast Internet. Real Impact. @include('website.partials.header') @yield('content') @include('website.partials.footer') @stack('css') @stack('scripts')