@extends('panel.layout.settings') @section('title', __('Pexels API Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')
@if ($app_is_demo)
@else

{{ __('Please ensure that your Pexels 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