@extends('layouts.app') @section('title', $page_title) @section('content')
@csrf @method('PUT')
{{ __('app.ai_default_fallback') }}

{{ __('app.ai_default_fallback_help') }}

{{ __('app.chatGPT') }}

{{ __('app.chatgpt_settings_description') }}

{{__('app.chatgpt_key_help')}}
{{ __('app.gemini') }}

{{ __('app.gemini_settings_description') }}

{{__('app.gemini_key_help')}}
@endsection @push('scripts') @endpush