@if (is_array($options['footer_cols'] ?? null))
@foreach ($options['footer_cols'] as $col)
{!! $col['col'] !!}
@endforeach
@endif
@if ($options['footer_bottom'] ?? null)
{!! $options['footer_bottom'] !!} {!! do_shortcode('[social-medias]') !!}
@endif