Video Gallery

Add Videos
@foreach($videos as $video) @endforeach
Video Thumbnail Actions
@php // Extract YouTube video ID $videoId = getYouTubeId($video->youtube_url); // Generate thumbnail URL $thumbnailUrl = $videoId ? "https://img.youtube.com/vi/{$videoId}/hqdefault.jpg" : ''; @endphp @if($thumbnailUrl) Video Thumbnail @else Invalid YouTube URL @endif
@csrf @method('DELETE')