{{ setting('site_title') }}
{!! BaseHelper::clean($config['introduction']) !!}
@if($socialLinks = json_decode(theme_option('social_links')))
@foreach($socialLinks as $social) @php($social = collect($social)->pluck('value', 'key')) {{ $social->get('social-name') }} @endforeach
@endif