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

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

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