@extends('panel.layout.settings') @section('title', __('AiAvatar Settings')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('This API key is used for these features: AI Avatar')) @section('additional_css') @endsection @section('settings')
@if ($app_is_demo)
@else

{{ __('Please ensure that your '.\App\Domains\Engine\Enums\EngineEnum::SYNTHESIA->label().' api key is fully functional and billing defined on your AiAvatar account.') }}

@endif
@endsection @push('script') @endpush