@php Theme::set('pageTitle', $team->name); Theme::set('headerStyle', theme_option('header_style', 'style-1')); Theme::set('headerTopStyle',theme_option('header_top_sidebar_style', 'style-1')); @endphp
@if ($photo = $team->photo)
{{ RvMedia::image($photo, $team->name ?: $team->title) }}
@endif
    @if ($phone = $team->phone)
  • {{ $phone }}
  • @endif @if ($email = $team->email)
  • {{ $email }}
  • @endif @if ($address = $team->address)
  • {{ $address }}
  • @endif
@if ($email) @if ($socials = $team->socials) @endif @endif

{{ $team->name }}

@if ($title = $team->title) {{ $title }} @endif @if ($description = $team->description)

{{ $description }}

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