@php $canonicalPath = $canonicalPath ?? request()->getPathInfo(); $canonicalPath = $canonicalPath === '' ? '/' : $canonicalPath; if ($canonicalPath !== '/') { $canonicalPath = '/'.trim($canonicalPath, '/'); } $canonicalUrl = rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/').$canonicalPath; $metaDescription = trim($__env->yieldContent('meta_description')) ?: 'Search, copy, and explore emojis with Dewemoji. Free browser extension and API for developers.'; $metaTitle = trim($__env->yieldContent('title')) ?: 'Dewemoji'; @endphp @yield('title', 'Dewemoji') @vite(['resources/js/app.js']) @stack('head') @stack('jsonld')
@yield('content') @hasSection('mobile_nav') @yield('mobile_nav') @else @endif @hasSection('more_menu') @yield('more_menu') @else @endif @stack('scripts')