@php $bottom = get_theme_option('footer_bottom' . active_language()) ?: get_theme_option('footer_bottomen') ?? get_theme_option('footer_bottom' . app('default_language')); @endphp @if (isset($bottom['status']))
{!! clean($bottom['copy_right'] ?? '') !!}
{!! clean($bottom['menu'] ?? '') !!}
@endif