{{ 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
($team->phone || $team->email || $team->address || $team->website) || ! empty($team->socials)])> @if($team->phone || $team->email || $team->address || $team->website)
@if($team->phone) @endif @if($team->email) @endif @if($team->address)
{!! BaseHelper::clean($team->address) !!}
@endif @if($team->website) {{ $team->website }} @endif
@endif @if(! empty($team->socials))

{{ __('Social Networks') }}

@endif
$teamSidebar, 'col-12' => ! $teamSidebar])>
{!! BaseHelper::clean($team->content) !!}
@if($teamSidebar)
{!! $teamSidebar !!}
@endif