@extends('panel.layout.settings') @section('title', __('AI Tools Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')
@csrf {{ __('AI Tools Settings') }}
{{ __('Manage the features you want to activate for users.') }}
@if ($chatSetting) @endif @includeFirst([ 'photo-studio::particles.photo-studio-general-setting', 'default.panel.admin.settings.particles.photo-studio-general-setting', 'vendor.empty', ])
{{ __('AI Writer Users Custom Templates') }} @lang('New')
{{ __('Upon activating this feature, the users will be able to create there own custom templates.') }}
{{ __('Users API Key Option') }}
{{ __('Upon activating this feature, the admin API key will be deactivated, and users will need to input their own API keys for continued functionality.') }}
@endsection @push('script') @endpush