@extends('front.layouts.app', ['title' => 'blogs']) @section('content') {{--

{{ \App\Helpers\TranslationHelper::translate('This content will be available soon') }}

--}}

{{ \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
@endsection @push('js') {{-- --}} @endpush