@extends('layouts.app') @section('css') @endsection @section('content')

{{ __('AI Voiceover Studio') }}

{{ __('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
@if (config('settings.voiceover_ssml_effect') == 'enable')
@endif
0 {{ __('characters') }}, 1 {{ __('line') }}

{{ __('AI Voiceover Results') }} ({{ __('Current Day') }})

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