@if(isset($is_search) && $is_search==1 ) @else @endif
movie-card @if($data['access']=='paid') @php $current_user_plan =auth()->user() ? auth()->user()->subscriptionPackage : null; $current_plan_level= $current_user_plan->level ?? 0; $video_plan_level= $data['plan_level']; @endphp @if($video_plan_level > $current_plan_level) @endif @endif
    {{-- @foreach($data['genres'] as $gener)
  • {{ $gener->name ?? '--' }}
  • @endforeach --}}
{{ $data['name'] ?? '--'}}

{{ $data['short_desc'] ?? ''}}

{{ $data['duration'] ? formatDuration($data['duration']) : '--' }}