@extends('panel.layout.settings') @section('title', __(':label API Settings', ['label' => \App\Domains\Engine\Enums\EngineEnum::PEXELS->label()])) @section('titlebar_actions', '') @section('titlebar_subtitle', __('This API key is used for these features: AI Article Wizard')) @section('additional_css') @endsection @section('settings')
@if ($app_is_demo)
@else

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

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