@if ($featured)
{{-- Header + actions --}}

Videos & Webinars

Latest from our Myositis India channel — educational talks, patient stories, and events.

{{-- View all videos (internal page) --}} View all videos {{-- Visit YouTube channel --}} Visit on YouTube
{{-- First card = featured --}}
{{ $featured->title }}

{{ $featured->title }}

{{ $featured->meta ?? 'Featured video' }}
@if (!empty($featured->language))
Language: {{ $featured->language }}
@endif Featured
{{-- Show only 3 videos from playlist --}} @foreach ($playlist->take(3) as $video)
{{ $video->title }}

{{ $video->title }}

{{ $video->meta ?? 'YouTube video' }}
@if (!empty($video->language))
Language: {{ $video->language }}
@endif Watch next
@endforeach
@endif