@if((($listing->type == 'movie' AND $listing->member == 'active') OR (isset($listing->post->type) AND $listing->post->type == 'tv' AND $listing->post->member == 'active')) AND (auth()->check() && (empty(auth()->user()->plan_recurring_at) OR auth()->user()->plan_recurring_at < now()) OR !auth()->check()))

{{__('Exclusive to subscriber')}}

{{__('You have to subscribe to watch')}}

{{__('Subscribe')}}
@else @if(config('settings.preloader') == 'active' AND $isPreloader == true)
@else @if($isRedirect)
    @foreach($videos as $key => $video)
  • @endforeach
@else @if(empty($videos))

{{__('Upcoming')}}

{{__('Stay tuned, video will be added soon')}}

@else
@if(count($videos)>1)
@endif @endif @endif @endif @endif