@php $seoTitle = trim($__env->yieldContent('title', $appSettings['default_seo_title'] ?: ($appSettings['website_name'] ?: 'Ringtone App'))); $seoDescription = trim($__env->yieldContent('meta_description', $appSettings['default_seo_description'] ?: 'Download free ringtones from curated categories.')); $resolvedKeywords = trim($__env->yieldContent('meta_keywords', $appSettings['default_seo_keywords'] ?? '')); $canonicalUrl = trim($__env->yieldContent('canonical', url()->current())); $robots = trim($__env->yieldContent('meta_robots', 'index,follow')); $ogType = trim($__env->yieldContent('og_type', 'website')); $ogTitle = trim($__env->yieldContent('og_title', $seoTitle)); $ogDescription = trim($__env->yieldContent('og_description', $seoDescription)); $ogUrl = trim($__env->yieldContent('og_url', $canonicalUrl)); $defaultOgImage = $appSettings['site_logo_url'] ?? ''; $ogImage = trim($__env->yieldContent('og_image', $defaultOgImage)); $twitterCard = trim($__env->yieldContent('twitter_card', $ogImage !== '' ? 'summary_large_image' : 'summary')); @endphp {{ $seoTitle }} @if ($resolvedKeywords !== '') @endif @if ($ogImage !== '') @endif @if ($ogImage !== '') @endif @hasSection('structured_data') @yield('structured_data') @endif @if (! empty($appSettings['other_meta_tags_html'])) {!! $appSettings['other_meta_tags_html'] !!} @endif @if (! empty($appSettings['ads_head_code'])) {!! $appSettings['ads_head_code'] !!} @endif @if (! empty($appSettings['favicon_url'])) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @if (! empty($appSettings['ads_body_start_code'])) {!! $appSettings['ads_body_start_code'] !!} @endif
@if (! empty($appSettings['site_logo_url'])) {{ $appSettings['website_name'] }} @else IndalSingh @endif
@yield('content')
@if (! empty($appSettings['ads_body_end_code'])) {!! $appSettings['ads_body_end_code'] !!} @endif