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