@extends('admin.layouts.app') @section('title') @lang('Pusher Notification') @endsection @section('content')
@csrf
@error('PUSHER_APP_ID') {{ trans($message) }} @enderror
@error('PUSHER_APP_KEY') {{ trans($message) }} @enderror
@error('PUSHER_APP_SECRET') {{ trans($message) }} @enderror
@error('PUSHER_APP_CLUSTER') {{ trans($message) }} @enderror
push_notification == 0) ? 'checked' : ''}} >

@lang('Instructions')

@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