@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 Events

All Live Events

@if(check_Permission('Live Broadcast', 'create')) @endif
@if(\Session::has('delete'))
  • {!! \Session::get('delete') !!}
  • @endif
    @if(isset($live_broadcast_events)) @foreach($live_broadcast_events as $vid) @endforeach @endif
    S.No. Title Description PPV Type Screening on Channel Created on Created By Action
    {{$loop->iteration}} {{$vid->title}} {{strip_tags($vid->description)}} @if($vid->ppv_listing_type == 'Free View') @elseif($vid->ppv_listing_type == 'Pay Per View') @endif @if(isset($vid->date))
    @endif
    @if(isset($vid->livebroadcastchannels)) {{$vid->livebroadcastchannels->channel_name}} @endif {{$vid->created_at}} {{$vid->created_by}} @if(check_Permission('Live Broadcast', 'edit')) @endif @if(check_Permission('Live Broadcast', 'delete')) @endif
    @endsection @section('custom-scripts') @endsection