@php $currentRoute = request()->route()->getName(); $isCurrentRouteClass = 'bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-100'; $isNotCurrentRouteClass = 'text-gray-600 dark:text-gray-400'; @endphp
@hasSection('meta') @yield('meta') @else {!! seo($SEOData ?? null) !!} @endif