{{-- Brand --}}
{{ $siteName }}

{{ $siteFooterText }}

@php $socialLinks = [ 'Facebook' => [ 'url' => $siteSocial['facebook'] ?? null, 'icon' => '', ], 'X' => [ 'url' => $siteSocial['x'] ?? null, 'icon' => '', ], 'Instagram' => [ 'url' => $siteSocial['instagram'] ?? null, 'icon' => '', ], 'YouTube' => [ 'url' => $siteSocial['youtube'] ?? null, 'icon' => '', ], ]; @endphp @if (collect($socialLinks)->pluck('url')->filter()->isNotEmpty())
@foreach ($socialLinks as $label => $socialLink) @if (filled($socialLink['url'])) {!! $socialLink['icon'] !!} @endif @endforeach
@endif
{{-- Quick Links --}}
Quick Links Search Matches How It Works Membership Plans Success Stories
{{-- Company --}}
Company About Us Blog Contact Us FAQs
{{-- Legal --}}
Legal & Safety Privacy Policy Terms & Conditions Refund Policy Child Safety
{{-- Copyright --}} © {{ date('Y') }} {{ $siteName }}. All rights reserved.