@if (count($ourTeams) > 0)
Professional People

@php $teamsSectionTitle = getDataBySlug('Widget', 'teams-section-title', 'content'); @endphp @if ($teamsSectionTitle) {!! $teamsSectionTitle->content ?? '-' !!} @endif

@forelse($ourTeams as $ourTeam)
@if ($ourTeam->feature_image && file_exists(public_path('uploads/our-teams/' . $ourTeam->feature_image))) {{ $ourTeam->title ?? '-' }} @else {{ $ourTeam->title ?? '-' }} @endif

{{ $ourTeam->title ?? '-' }}

{{ $ourTeam->content ?? '-' }}
@empty

Name

Designation
@endforelse
@endif