@php $video = $video ?? null; $url = $video?->playableUrl(); @endphp
@if($url) @else
This video does not have a playable file yet.
@endif @if($video)

Title

{{ $video->titleLabel() }}

Status

{{ $video->statusLabel() }}

Listing

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

Resolution

{{ $video->resolutionLabel() }}

Duration

{{ $video->durationLabel() }}

Size

{{ $video->sizeLabel() }}

@if(filled($video->description))

Description

{{ $video->description }}

@endif @if(filled($video->processing_error))
{{ $video->processing_error }}
@endif @endif