@extends('layouts.app') @section('title', $page_title) @section('content')
{{ __('app.chatgpt_settings') }}

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

@csrf @method('PUT')
{{__('app.chatgpt_key_help')}}
@endsection