{{-- test place --}}
@endsection
@section('custom-script')
{{-- //auto play upcoming video, checking every time --}}
@endsection
{{-- for desktop --}}
{{-- for desktop --}}
{{-- for mobile --}}
{{-- for mobile --}}
{{-- slider end--}}
Select channels
{{--check for live events --}}
@if(isset($livestreamingevents) )
@if($livestreamingevents->count() > 0)
@php
$streamprotocol = "https";
$streamprotocolconnector = "://";
$streamserver = "verityplus.live/";
$streampath = "hls/";
$streamchannel = $live_stream_creds->stream_channel;
$streamkey = $live_stream_creds->streamkey;
$streamformat = ".m3u8";
$streamthumbnail = "https://verity-tv-storage.s3-accelerate.amazonaws.com/video-thumbnail/{$livestreamingevents->thumbnail}";
$streamurl = "{$streamprotocol}{$streamprotocolconnector}{$streamserver}{$streampath}{$streamchannel}/{$streamkey}{$streamformat}";
@endphp
}})
{{$livestreamingevents->title}}
{!! $livestreamingevents->description !!}
@endif
@else
{{--continue with normal exec logic--}}
@if(isset($currentUpcomingPlayingVideo))
@php $video = $currentUpcomingPlayingVideo->video; @endphp
@elseif(isset($currentUpcomingVideo[0]))
@php $video = $currentUpcomingVideo[0]->video; @endphp
@else
@php $novideodisplaythumbnail = "https://verity-tv-storage.s3-accelerate.amazonaws.com/video-thumbnail/9E3KRs1b42V5Z4u9kMOavoXsTeIqhLq1KdRveXFm.jpg"; @endphp
@endif
@if(isset($video))
}})
{{$video->title}} @if(!isset($video->video_path)) @endif
{!! $video->description !!}
@if(!isset($video->video_path))
@endif
@endif
@endif
@if(Route::is('front.livebroadcastvideos_partial'))
@php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp
@endif
@if(count($videos)!= 0)
@endif
@if(isset($activebroadcastchannel) && !empty($activebroadcastchannel))
Program Lineup - {{ $activebroadcastchannel->channel_name }}
@else
Program Lineup
@endif
{{-- @if(isset($videos))
@foreach($videos as $item)
@endforeach
@endif --}}
@if(isset($all_program_lineups))
@endif
@if(isset($all_program_lineups))
@if(isset($display_device) && $display_device === "mb")
@php
$groupedVideos = $all_program_lineups->chunk(3);
@endphp
@elseif(isset($display_device) && $display_device === "dp")
@php
$groupedVideos = $all_program_lineups->chunk(9);
@endphp
@else
@php
$groupedVideos = $all_program_lineups->chunk(5);
@endphp
@endif
{{-- pagination links --}}
{{-- pagination links --}}
@endif
@foreach($groupedVideos as $group)
@endforeach