{{ \App\Helpers\TranslationHelper::translate('Royal Crown Vip News and video') }}
@foreach ($news->chunk(2) as $chunk)
@foreach ($chunk as $item)
@php
$locale = app()->getLocale();
$mediaKey = 'news_video_' . $locale;
$videoUrl = $item->getExternalMediaUrl($mediaKey);
@endphp
@if ($videoUrl)
@endif
@endforeach
@endforeach