{{-- LIVE TV --}}
AIT TV — Live
● ON AIR
AIT Television · Channel 1
Now Showing
@if(isset($currentTvShow) && $currentTvShow)
{{ $currentTvShow->show->title }}
{{ $currentTvShow->show->host_names }} · {{ $currentTvShow->formatted_start_time }} – {{ $currentTvShow->formatted_end_time }}
@else
AIT Broadcasting Network
Ghana's Intelligence Platform
@endif
{{-- TODAY'S TV SCHEDULE --}} @if(isset($todayTvSchedule) && $todayTvSchedule->count() > 0)
Today's Schedule Full guide
@foreach($todayTvSchedule as $schedule)
{{ $schedule->formatted_start_time }}
{{ $schedule->show->title }} @if(isset($currentTvShow) && $currentTvShow && $currentTvShow->id === $schedule->id) ON AIR @endif
{{ $schedule->show->host_names }}
@endforeach
@endif {{-- MOST READ --}}
Most Read
@forelse($mostRead ?? [] as $index => $article)
{{ $index + 1 }}
{{ Str::limit($article->title, 70) }}
{{ $article->region?->flag_emoji }} {{ $article->region?->name }} · {{ $article->published_at_human }}
@empty
No articles yet
@endforelse
{{-- RADIO --}}
AIT Radio 89.7 FM
Streaming live · 24 hours
On Air Now
@if(isset($currentRadioShow) && $currentRadioShow)
{{ $currentRadioShow->show->title }}
{{ $currentRadioShow->show->host_names }} · {{ $currentRadioShow->formatted_start_time }} – {{ $currentRadioShow->formatted_end_time }}
@else
AIT Radio 89.7 FM
Streaming live · 24 hours
@endif
{{-- AD UNIT --}}
Advertisement
300 × 250 display ad Advertise here →
{{-- BROWSE BY REGION --}}
Browse by Region
@foreach($navRegions ?? [] as $region) {{ $region->flag_emoji }} {{ $region->name }} @endforeach