@extends('layouts.app')
@section('title', 'Programme Schedule')
@section('meta_description', 'AIT Broadcasting Network full TV and Radio programme schedule')
@section('content')
{{-- MAIN COLUMN --}}
{{-- PAGE HEADER --}}
Media
Programme Schedule
Today's TV and Radio schedule for AIT Broadcasting Network
{{-- TV SCHEDULE --}}
📺 AIT TV — Today's Schedule
{{ now()->format('l, d F Y') }}
@if($tvSchedule->count() > 0)
@foreach($tvSchedule as $schedule)
{{-- TIME --}}
{{ $schedule->formatted_start_time }}
{{ $schedule->formatted_end_time }}
{{-- SHOW INFO --}}
{{ $schedule->show->title }}
@if(isset($currentTvShow) && $currentTvShow && $currentTvShow->id === $schedule->id)
● ON AIR
@endif
@if($schedule->is_live)
LIVE
@else
REPEAT
@endif