@extends('panel.layout.app') @section('title', __('TTS Settings')) @section('additional_css') @endsection @section('content')

{{ __('TTS Settings') }}

@if ($app_is_demo)
{{--
--}}
@else
{{ __('Please upload your file to the /public_html/storage folder within your project and provide the file name in the space provided.') }}
@endif
@endsection @section('script') @endsection