@php $logoName = get_theme_option(key: 'footer_logo', parent_key: 'theme_logo') ?? null; $footerLogo = $logoName && fileExists('lms/theme-options', $logoName) == true ? asset("storage/lms/theme-options/{$logoName}") : asset('lms/frontend/assets/images/logo/default-logo-dark.svg'); $top = get_theme_option('footer_top' . active_language()) ?: get_theme_option('footer_topen') ?? get_theme_option('footer_top' . app('default_language')); $footerLogo = $data['footer_logo'] ?? $footerLogo; $socials = get_theme_option(key: 'socials', parent_key: 'social') ?? []; @endphp
@if (isset($top['one_status']))
Footer logo

{{ $top['one_title'] ?? '' }}

@if (isset($top['one_social_menu'])) @if ($socials) @endif @endif
@endif @if (isset($top['two_status']))
{{ $top['two_title'] ?? '' }}
@endif @if (isset($top['three_status']))
{{ $top['three_title'] ?? '' }}
@endif @if (isset($top['five_status']))
{{ $top['five_title'] ?? '' }}
@endif