@extends('panel.layout.settings') @section('title', __('Serper 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')
@if ($app_is_demo)
@else

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

{{ __('After Saving Setting, Click Here to Test Your api key') }}
@endif
@includeFirst(['seo-tool::particles.serper-seo', 'panel.admin.settings.particles.serper_seo', 'vendor.empty'])
@endsection @push('script') @endpush