@if(collect(system_setting('social'))->where('active', true)->count())
or
@foreach(system_setting('social') as $provider) @if($provider['active'])
@endif @endforeach
@endif @push('footer') @endpush