@extends('layouts.app')
@section('title', 'Live | Homeland News')
@section('meta_description', 'Watch our live stream on YouTube or Facebook right now.')
@section('canonical', url('/live'))
@section('content')
@php($yt = optional($siteSettings)->youtube_live_url ?? null)
@php($fb = optional($siteSettings)->facebook_live_url ?? null)
@if(!empty($yt) || !empty($fb))
LIVE
@endif
Live Stream
@include('partials.live-section')
@include('partials.ad-slot', ['placement' => 'home-inline'])
@endsection