{{-- Video Type Icon (using Bootstrap Icons like video-card.blade.php) --}} @php $typeIcon = match($video->type) { 'music' => 'bi-music-note', 'match' => 'bi-trophy', default => 'bi-film', }; @endphp {{-- Video Title with Type Icon Inline --}}
No comments yet. Be the first to comment!
Comments ({{ $video->comment_count }})
{{-- Comment Form --}} @authNo comments yet. Be the first to comment!
@endforelse