@extends('layouts.app') @section('title', 'Home') @section('meta_description', 'AIT Broadcasting Network — Ghana\'s Technology & Education Intelligence Platform') @section('content')
{{-- MAIN COLUMN --}}
{{-- HERO SLIDER --}} @if($heroSlides->count() > 0) @endif {{-- AD STRIP --}}
Advertisement
Advertise with AIT Broadcasting Network — Reach Ghana's technology and education audience
Learn more
{{-- GHANA NEWS --}} @if($ghanaNews->count() > 0) @endif {{-- AFRICA NEWS --}} @if($africaNews->count() > 0) @endif {{-- WORLD NEWS --}} @if($worldNews->count() > 0) @endif {{-- TECHNOLOGY NEWS --}} @if($techNews->count() > 0) @endif {{-- LATEST NEWS — catch-all feed --}} @if($latestNews->count() > 0) @endif
{{-- SIDEBAR --}} @include('partials.sidebar')
@endsection