@if ($video->thumbnail && Storage::disk('public')->exists($video->thumbnail)) @else
@endif
{!! $video->state->badge() !!} {!! $video->status->badge() !!}

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

{{ $video->length ? FormattingHelper::duration($video->length) : '0:00' }} {{ $video->published_at ? sprintf('(%s)', $video->published_at->format('M j, Y g:i:s A')) : '' }}

Edit
@csrf @method('DELETE') Delete