background_color" => $shortcode->background_color])>
{!! Theme::partial('shortcode-heading', compact('shortcode')) !!}
@foreach ($accounts as $account)
{{ RvMedia::image($account->avatar_url, $account->name) }} {!! Theme::partial('shortcodes.agents.partials.social-links', compact('account')) !!}
@if (\Botble\RealEstate\Facades\RealEstateHelper::isDisabledPublicProfile())
{{ $account->name }}
@else @endif {!! Theme::partial('shortcodes.agents.partials.info', compact('account')) !!}
@endforeach