@if($data['is_restricted']==1)
{{__('frontend.age_restriction')}}
@endif
{{-- @if(!empty($data['genres']))
@endif --}}
{{ $data['name'] }}
{!! $data['description'] !!}
-
-
-
@php
$video_url = $data['video_url_input'];
$video_upload_type = $data['video_upload_type'];
$plan_type = getActionPlan('video-cast');
@endphp
@if(!empty($plan_type) && ($video_upload_type == "Local" || $video_upload_type == "URL"))
@php
$video_url11 = ($video_upload_type == "URL") ? Crypt::decryptString($video_url) : $video_url;
@endphp
-
@endif