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

Programme overview

{{ config('convention.theme') }}

The sessions below are listed in the 2026 rate card. Detailed session times, speaker assignments and the final timetable will be announced.

@foreach([1 => 'Wednesday, 9 December 2026', 2 => 'Thursday, 10 December 2026', 3 => 'Friday, 11 December 2026'] as $day => $date)

Day {{ $day }}

{{ $date }}

    @foreach(config('convention.sessions') as $session) @if($session['day'] === $day)
  • {{ $session['name'] }}
  • @endif @endforeach
@endforeach

Signature programmes

Investment Deal Room · Women’s Economic Leadership Forum · Youth Innovation Track · Government Commitment Session.

Reception, investor breakfast and virtual participation sponsorships are also available. Scheduling details will be confirmed by the Secretariat.

@include('partials.convention-contact')
@endsection