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

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

{{ __('Language') }}:
{{ $id->language }}
{{ __('Voice Name') }}:
{{ $id->voice }}
{{ __('Voice Engine') }}:
{{ ucfirst($id->voice_type) }}
{{ __('Characters Used') }}:
{{ $id->characters }}
{{ __('Created On') }}:
{{ $id->created_at }}
{{ __('Cloud Vendor') }}:
{{ strtoupper($id->vendor) }}
{{ __('Gender') }}:
{{ $id->gender }}
{{ __('Audio Format') }}:
{{ strtoupper($id->result_ext) }}
{{ __('Text Title') }}:
{{ $id->title }}
{{ __('Text Clean') }}:
{{ $id->text }}
{{ __('Text With Effects (Raw)') }}:
{{ $id->text_raw }}
{{ __('Audio Result') }}:
@endsection @section('js') @endsection