@extends('panel.layout.settings') @section('title', __('Pixabay API Settings')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('This API key is used for these features: AI Image, AI Article Wizard')) @section('additional_css') @endsection @section('settings')
@if ($app_is_demo)
@else

{{ __('Please ensure that your '.\App\Domains\Engine\Enums\EngineEnum::PIXABAY->label().' api key is fully functional and billing defined on your Unsplash account.') }}

{{ __('After Saving Setting, Click Here to Test Your api key') }}
@endif
@endsection @push('script') @endpush