@extends('panel.layout.app') @section('title', __('Serper API Settings')) @section('additional_css') @endsection @section('content')

{{ __('Serper API Settings') }}

@if ($app_is_demo)
@else
{{--
--}} {{-- {{ __('You can enter as much api key as you want. Click "Enter" after each api key.') }} --}} {{--
--}}
{{ __('Please ensure that your Serper api key is fully functional and billing defined on your Serper account.') }}
{{ __('Get Serper Api Key') }} {{ __('After Saving Setting, Click Here to Test Your api key') }}
@endif {{--
--}}
@endsection @section('script') @endsection