{!! dynamic_sidebar('footer_sidebar') !!}
{{ theme_option('copyright') }}
@if ($socialLinks = json_decode(theme_option('social_links')))
@foreach($socialLinks as $social) @php($social = collect($social)->pluck('value', 'key')) @endforeach
@endif