@if ($video->thumbnail && Storage::disk('public')->exists($video->thumbnail)) @else
@endif

{{ $video->title ?? '' }}

{{ sprintf('Duration: %s', $video->length ? FormattingHelper::duration($video->length) : '0:00') }}

Play