@php $top_bar =get_setting('top_bar'); $social =get_setting('social'); // dump($social); @endphp @if (isDesktop())
{!! @$top_bar['address'] !!}
@else
{{ siteTitle() }}
@endif