@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
{{-- PRIMARY NAVIGATION --}} {{-- 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 --}}