@php use App\Domains\Entity\Enums\EntityEnum; @endphp @extends('panel.layout.settings', ['layout' => 'wide']) @section('title', __('GammaAI Settings')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('This API key is used for AI Presentation Maker.'))) @section('additional_css') @endsection @section('settings')
@csrf
{{ __('Get an API key') }}

{{ __('You can enter as much API key as you want. Click "Enter" after each API key.') }}

{{ __('Please ensure that your Gamma API key is fully functional and billing defined on your Gamma account.') }}

@endsection @push('script') @endpush