Our Team

@if($health_teams->isNotEmpty())

The Leadership Team

Our leadership team represents the different facets of the healthcare ecosystem.

@foreach ($health_teams as $h_teams)

{{ $h_teams->full_name }}

{{ $h_teams->designation }}

@endforeach
@endif @if($secretariat_headquarters_teams->isNotEmpty())

The Secretariat

Meet our General Secretariat Team

National Secretariat Headquarters
@foreach ($secretariat_headquarters_teams as $head_team)

{{ $head_team->full_name }}

{{ $head_team->designation }}

@if(!empty($head_team->leaderDetails) ) Read More @endif
@endforeach
@endif @if($governing_council->isNotEmpty())

The Governing Council

@foreach ($governing_council as $gov_item)
{{ $gov_item->full_name }}

{{ $gov_item->designation }}

{{ $gov_item->designation_details }}

@endforeach
@endif @push('script') @endpush