@extends('layouts.app') @section('css') @endsection @section('content')
@if ($type == 'Regular License' || $type == '')

{{ __('Extended License is required in order to have access to these features') }}

@else

{{ __('Sound Studio') }}

@error('filepond')

{{ $errors->first('filepond') }}

@enderror
{{ __('Select Backround Music') }}
{{ __('Set Background Music Volume') }}
{{ __('Set Final Result Volume') }}
{{ __('Set Result Title') }}
@error('title')

{{ $errors->first('title') }}

@enderror
{{ __('Audio File Format') }}
{{ __('Maximum rows to process is') }} {{ $row_limit }}
{{ __('Created On') }} {{ __('Project') }} {{ __('Title') }} {{ __('Language') }} {{ __('Voice') }} {{ __('Gender') }} {{ __('Voice Engine') }} {{ __('Format') }} {{ __('Chars') }} {{ __('Actions') }}

{{ __('Sound Studio Results') }}

{{ __('Created On') }} {{ __('Result Title') }} {{ __('Format') }} {{ __('Total Characters') }} {{ __('# Merged Files') }} {{ __('Actions') }}
@endif
@endsection @section('js') @endsection