{{ RvMedia::image($team->photo, $team->name, attributes: ['class' => 'team-detail-avatar rounded-3 mb-lg-0 mb-5']) }}

{{ $team->name }}

@if ($teamTitle = $team->title)

{{ $teamTitle }}

@endif @if ($teamDescription = $team->description)

"{!! BaseHelper::clean($teamDescription) !!}"

@endif @if(! empty($team->socials))

{{ __('Social Networks') }}

@endif
{!! BaseHelper::clean($team->content) !!}