@extends('panel.layout.settings') @section('title', __('Serper API Settings')) @section('titlebar_actions', '') @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
@includeIf('panel.admin.settings.particles.serper_seo')
@endsection @push('script') @endpush