@if(\Session::has('delete'))
{!! \Session::get('delete') !!}
@endif
S.No. |
Title |
Description |
PPV Type |
Screening on |
Channel |
Created on |
Created By |
Action |
@if(isset($live_broadcast_events))
@foreach($live_broadcast_events as $vid)
{{$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
|
@endforeach
@endif
@endsection
@section('custom-scripts')
@endsection