@extends('panel.layout.settings', ['disable_tblr' => true]) @section('title', __($title)) @section('titlebar_actions', '') @section('settings')
@csrf @method($method)

@lang('The cloned voice will appear in the list of voices available on AI Voiceover')

@error('name')

{{ $message }}

@enderror
@if (!$item?->id) @error('file')

{{ $message }}

@enderror
@endif {{ __('Add voice') }}
@endsection