@if(empty($asset)) @else

Status

@if($asset->isTransferred) Transferred to {{ ($asset->transferData['source'] === 'local') ? 'local server' : 'cloud storage' }} @else {{ucfirst($asset->status)}} @endif

Subtitles

@if(empty($asset->subtitles)) No subtitles @else
    @foreach($asset->subtitles as $subtitle)
  • @if((!$asset->isDeleted && !$asset->isTransferred) || $subtitle['local']) @endif {{$subtitle['name']}} ({{$subtitle['language_code']}})
  • @endforeach
@endif

Upload Subtitles

@if(!$asset->isDeleted && !$asset->isTransferred) @else @endif
@if(!$asset->isDeleted && !$asset->isTransferred) Upload subtitles will not appear in this panel until after mux has processed them. This may take 1-2 minutes. @else If you have uploaded subtitles through Mux, they will be replaced with what you upload here. @endif
@endif