@extends('layouts.tenant') @section('title', 'Speakers') @section('content')
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

@if(isset($visibility_content->hero_section_title)) {{$visibility_content->hero_section_title}} @else Search and Find Top Thought
Leaders in Africa @endif

{!! $visibility_content->hero_section_p ?? 'Search our database for top African executives who are experts and thought leaders in their field.' !!}

@forelse ($speakers as $speaker)
@empty @endforelse
{{$speakers->links()}}

Build your visibility

It’s time to build your visibility and thought leadership so you can attract global opportunities and recognition. Get Seen, Get Known, Get Heard.

@include('elements.home-hero') @include('elements.home-course') @include('elements.home-course-user') @include('elements.home-contributor') @include('elements.home-mentor') @include('elements.home-qa') @endsection