@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('AI Avatar')) @section('titlebar_subtitle', __('Create studio-quality videos with AI avatars and voiceovers in 130+ languages. It’s as easy as making a slide deck.')) @section('titlebar_actions') {{ __('New Video') }} @endsection @section('content')

@lang('Create engaging videos with AI avatars and voiceovers in 130+ languages.')

@lang('Create New Video') @lang('Browse Videos')
@lang('AI Avatar')
@if (filled($list))

@lang('My Videos')

@else

@lang('No videos found.')

@endif
@include('ai-avatar::videos-list', ['list' => $list])
@endsection