@if (count($speakers) > 0)

The Tech Capital

@if ($page->slug === 'the-tech-capital-global-awards-2024')

Judges

@else

Featured Speakers

@endif
@foreach($speakers as $speaker)
{{ $speaker->name }}

{{ $speaker->name }}

{{ $speaker->company }}

{{ $speaker->position }}

@endforeach
@endif