@extends('layouts.public') @section('title', 'Speakers | Kenya Diaspora Alliance') @section('content')

Meet our speakers

Introducing Our Speakers: Explore a diverse lineup of industry experts, thought leaders, and
influencers who will enlighten and inspire you. Get ready to connect with visionary voices at
our event.

Browse the line-up for {{ $selectedYear === 'all' ? 'all years' : $selectedYear }} sorted by most recently added.

@if (isset($speakers) && count($speakers) == 0)

Coming Soon...

Loading...
@else @foreach ($speakers as $speaker)
{{ $speaker->title }}
{{ $speaker->organization }}
@endforeach @endif
@endsection