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

{{ $team->name }}

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