@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
@if (config('tts.ssml_effect') == 'enable')
@endif

/ {{ __('characters used') }}

{{ __('Synthesized Text Results') }} ({{ __('Current Day') }})

@if (config('tts.vendor_logos') == 'show') @endif
{{ __('Created On') }}{{ __('Vendor') }}{{ __('Language') }} {{ __('Voice') }} {{ __('Gender') }} {{ __('Voice Engine') }} {{ __('Characters Used') }} {{ __('Text Title') }} {{ __('Actions') }}
@endsection @section('js') @endsection