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')) !!}
{!! Theme::partial('shortcodes.agents.partials.info', compact('account')) !!}
@endforeach