@if (View::hasSection('canonical_url')) @else @php $canonicalBase = rtrim(config('app.canonical_url', 'https://www.ageless.institute'), '/'); $canonicalHref = $canonicalBase . '/' . ltrim(request()->path(), '/'); @endphp @endif