{{-- Auto-refresh is handled by JS below so it never wipes what you're typing. --}}

FacelessShorts

Type a topic → AI script, visuals, voice & captions → a vertical short.

@foreach(['success','warning','error'] as $t) @if(session($t))
{{ session($t) }}
@endif @endforeach @yield('content') @if(isset($autoRefresh) && $autoRefresh) @endif