@extends('layout', ['autoRefresh' => $videos->contains(fn($v) => $v->isProcessing())]) @section('title', 'FacelessShorts') @section('content')
No videos yet — generate your first one above.
{{ $video->title ?: $video->topic }}
{{ $video->stage ?: 'Queued' }}
{{ \Illuminate\Support\Str::limit($video->error, 80) }}