@if ($selectedVideoInfo->video_type == '4') @elseif ($selectedVideoInfo->video_type == '5') @elseif ($selectedVideoInfo->video_type == '1') {!! $embeded !!} @elseif ($selectedVideoInfo->video_type == '2') {!! $embeded !!} @elseif ($selectedVideoInfo->video_type == '3') {!! $embeded !!} @endif
@if (!empty($selectedVideoInfo->thumbnail_vertical)) {{ $selectedVideoInfo->title }} @else @endif

{{ $selectedVideoInfo->title ?? '' }}

{{ $selectedVideoInfo->category_name ?? '' }}   {{ $selectedVideoInfo->sub_category_name ?? '' }}   {{ $genreNames }}   {{ $countryNames }}  

{!! !empty($tmdbRating['vote_average']) ? $tmdbRating['vote_average'] . ' TMDB' : '' !!}
{{ $selectedVideoInfo->duration_hour ? $selectedVideoInfo->duration_hour . ' Hour' : '' }} {{ $selectedVideoInfo->duration ? $selectedVideoInfo->duration . ' Min' : '' }} {{ $selectedVideoInfo->duration_sec ? $selectedVideoInfo->duration_sec . ' Sec' : '' }}
  • {{-- favorite btn --}} @if (!empty(Auth()->id()))