@php Theme::set('pageTitle', __('Team Details')) @endphp
@if($image = $team->photo)
{{ RvMedia::image($image, $team->name, 'medium-square') }}
@endif

{{ $team->name }}

@if ($title = $team->title) {!! BaseHelper::clean($title) !!} @endif @if ($description = $team->description)

{!! Basehelper::clean($description) !!}

@endif