@if ($config['show_logo']) {{ Theme::getLogoImage(['class' => 'logo-dark'], 'logo_white', $config['logo_height'] ?: 35, Arr::get($config, 'logo')) }} {{ Theme::getLogoImage(['class' => 'logo-white'], 'logo_dark', $config['logo_height'] ?: 35, Arr::get($config, 'logo_dark')) }} @endif @if($config['about'])

{!! BaseHelper::clean(nl2br($config['about'])) !!}

@endif @if(($socials = Theme::getSocialLinks()) && $config['show_social_links'])
@foreach($socials as $social) @continue(! $social->getUrl() || ! $social->getIconHtml()) getAttributes(['class' => 'text-white border border-light border-opacity-10 icon-shape icon-md ' . (! $loop->last ? 'border-end-0' : '')]) !!}> {{ $social->getIconHtml() }} @endforeach
@endif