@extends('admin.layouts.app') @section('page_title', __('In App Notification')) @section('content')
@include('admin.control_panel.components.sidebar', ['settings' => config('generalsettings.in-app-notification'), 'suffix' => ''])

@lang("Pusher Configuration")

@csrf
@error('pusher_app_id') {{ $message }} @enderror
@error('pusher_app_key') {{ $message }} @enderror
@error('pusher_app_secret') {{ $message }} @enderror
@error('pusher_app_cluster') {{ $message }} @enderror

@lang("Instruction")

@lang("Pusher Channels provides realtime communication between servers, apps and devices. When something happens in your system, it can update web-pages, apps and devices. When an event happens on an app, the app can notify all other apps and your system

Get your free API keys") @lang('Create an account') @lang(", then create a Channels app. Go to the 'Keys' page for that app, and make a note of your app_id, key, secret and cluster.")
@endsection @push('js-lib') @endpush @push('script') @endpush