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

{{ __('Text Synthesize Result') }}

{{ __('Cloud Vendor') }}:
{{ strtoupper($id->vendor) }}
{{ __('Voice') }} ID:
{{ $id->voice_id }}
{{ __('User Email') }}:
{{ $email }}
{{ __('Plan Type') }}:
{{ ucfirst($id->plan_type) }}
{{ __('Estimated Cost') }}:
$
{{ __('Audio Storage') }}:
{{ ucfirst($id->storage) }}
{{ __('Language') }}:
{{ $id->language }}
{{ __('Voice Name') }}:
{{ $id->voice }}
{{ __('Voice Engine') }}:
{{ ucfirst($id->voice_type) }}
{{ __('Gender') }}:
{{ $id->gender }}
{{ __('Characters Used') }}:
{{ $id->characters }}
{{ __('Created On') }}:
{{ $id->created_at }}
{{ __('Text Title') }}:
{{ $id->title }}
{{ __('Text Clean') }}:
{{ $id->text }}
{{ __('Text With Effects (Raw)') }}:
{{ $id->text_raw }}
{{ __('Synthesize Result') }}:
@endsection @section('js') @endsection