@extends('panel.layout.app', [ 'disable_tblr' => true, ]) @section('title', __('AI Viral Clips')) @section('titlebar_subtitle', __('Generate viral clips from long video content.')) @section('titlebar_actions', '') @section('content')
@include('ai-viral-clips::create-clips.create-clips-window', ['overlay' => false])
@endsection @push('script') @endpush