@php $title = $title ?? 'Vídeo da sessão'; $subtitle = $subtitle ?? null; $watchUrl = $video->youtube_watch_url; $thumbnailUrl = $video->youtube_thumbnail_url; @endphp
@if ($watchUrl) @if ($thumbnailUrl) @endif Assistir no YouTube @else
Vídeo indisponível
@endif
{{ $title }} @if ($subtitle) {{ $subtitle }} @endif
@if ($watchUrl) Abrir no YouTube @endif