@extends('admin.layout') @section('custom-style') @endsection @section('content') @php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp @php $searchText = (isset($_GET['searchText'])) ? $_GET['searchText'] : ''; @endphp

Live Broadcast Videos

All Live Broadcast Videos

@if(check_Permission('Live Broadcast', 'create')) @endif
@if(\Session::has('delete'))
  • {!! \Session::get('delete') !!}
  • @endif
    @if(isset($videos)) @foreach($videos as $vid) @php $video = $vid->video; $videochannel = $vid->livebroadcastchannels; @endphp @endforeach @endif
    S.No. Title Thumbnail Status PPV Type Duration Screening on Views Channel Created on Created By Action
    {{$loop->iteration}} {{optional($video)->title." - ".optional($video)->sub_title}}
    @endsection @section('custom-scripts') @endsection