@php $logoRedirectUrl = auth()->check() ? route('panel') : route('login'); $legalLinks = [ ['route' => 'legal.about', 'label' => 'Hakkımızda', 'fallback' => '/hakkimizda'], ['route' => 'legal.privacy', 'label' => 'Gizlilik Politikası', 'fallback' => '/gizlilik-politikasi'], ['route' => 'legal.kvkk', 'label' => 'KVKK', 'fallback' => '/kvkk'], ['route' => 'legal.terms', 'label' => 'Hizmet Şartları', 'fallback' => '/hizmet-sartlari'], ['route' => 'legal.cookie', 'label' => 'Çerez Politikası', 'fallback' => '/cerez-politikasi'], ['route' => 'legal.distance-sales', 'label' => 'Mesafeli Satış Sözleşmesi', 'fallback' => '/mesafeli-satis-sozlesmesi'], ]; $socials = [ ['name' => 'Instagram', 'url' => 'https://www.instagram.com/astro.bilge', 'icon' => 'fa-brands fa-instagram'], ['name' => 'YouTube', 'url' => 'https://www.youtube.com/@astrobilge', 'icon' => 'fa-brands fa-youtube'], ['name' => 'X (Twitter)', 'url' => 'https://x.com/astrobilge', 'icon' => 'fa-brands fa-x-twitter'], ['name' => 'Facebook', 'url' => 'https://www.facebook.com/astrobilge/', 'icon' => 'fa-brands fa-facebook-f'], ['name' => 'TikTok', 'url' => 'https://www.tiktok.com/@astrobilge', 'icon' => 'fa-brands fa-tiktok'], ]; @endphp
@foreach($socials as $s) @endforeach
© 2016 - 2026 Made with by {{ t('site-title') }} | Astrology Agent AI V4.18.02 Beta
    @foreach($legalLinks as $l) @php $url = Route::has($l['route']) ? route($l['route']) : url($l['fallback']); @endphp
  • {{ $l['label'] }}
  • @if(!$loop->last)
  • •
  • @endif @endforeach