@extends('layouts.app') @section('css') @endsection @section('content')
@if ($type == 'Regular License' || $type == '')

{{ __('Extended License is required in order to have access to these features') }}

@else

{{ __('Instant Voice Cloning') }}

@csrf
{{ __('New Voice Name') }}
{{ __('Re-Train Existing Voice') }}
{{ __('Audio Samples') }}

{{ __('Drag and drop your audio samples or') }} {{ __('Browse') }}

{{ __('Approximately 1-2 minutes of clear audio without any background noise') }}
{{ __('Sample quality is more important than quantity') }}
{{ __('Up to 10MB of MP3 format only') }}

{{ __('Gender') }}
{{ __('Description') }} ({{ __('Optional') }})

{{ __('AI Text to Speech') }}

{{ __('Your Balance is') }} @if (auth()->user()->available_chars == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->available_chars + auth()->user()->available_chars_prepaid) }} {{ __('Characters') }} @endif
@csrf
0 {{ __('characters') }}, 1 {{ __('line') }}

{{ __('AI Text to Speech Results') }}

{{ __('Created On') }} {{ __('Language') }} {{ __('Voice') }} {{ __('Gender') }} {{ __('Format') }} {{ __('Chars') }} {{ __('Workbook') }} {{ __('Actions') }}
@endif @endsection @section('js') @endsection