{{ $team_member?->title }}
{{ $team_member?->getMeta('occupation') }}About of {{ $team_member->title }}
{!! clean($team_member->content) !!}Contact Information
-
@if ($team_member->getMeta('email'))
- {{ $team_member->getMeta('email') }} @endif @if ($team_member->getMeta('phone'))
- {{ $team_member->getMeta('phone') }} @endif @if ($team_member->getMeta('address'))
- {{ $team_member->getMeta('address') }} @endif @if ($team_member->getMeta('website'))
- {{ $team_member->getMeta('website') }} @endif