@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- UTILITY BAR --}}
AIT University
Advertise
Newsletter
Contact
{{ now()->format('l, d F Y') }} · Accra, Ghana
LIVE
{{-- MASTHEAD --}}
AIT
Broadcasting
Network
Accra Institute of Technology · TV · Radio · Digital
Sign in
Subscribe
{{-- PRIMARY NAVIGATION --}}
Home
TV Live
Radio
Ghana
Africa
World
News
Business
Technology
AI
Education
EdTech
Sports
Entertainment
Opinion
Schedule
32°C Accra
{{-- BREAKING NEWS TICKER --}}
BREAKING
@if(($breakingNews ?? collect())->isNotEmpty())
{{-- First copy --}} @foreach($breakingNews as $article)
{{ $article->title }}
@endforeach {{-- Duplicate copy for seamless loop --}} @foreach($breakingNews as $article)
{{ $article->title }}
@endforeach
@else
Welcome to AIT Broadcasting Network — Ghana's Technology & Education Intelligence Platform
Welcome to AIT Broadcasting Network — Ghana's Technology & Education Intelligence Platform
@endif
{{-- MAIN CONTENT --}}
@yield('content')
{{-- FOOTER --}}