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

{{ __('Please ensure that your Pebblely api key is fully functional and billing defined on your Pebblely account.') }}

@endif
@endsection @push('script') @endpush