@extends('admin.layouts.master') @section('title','Push Notification Manager | ') @section('body') {{__("Push Notification Manager")}} @csrf Select User Group: * Please select user group All Users All Instructors All Admins All Users (Users + Instructors + Admins) Subject: * Notification Body: * {{ old('message') }} Target URL: On click of notification where you want to redirect the user. Notification Icon: If not enter than default icon will use which you upload at time of create one signal app. Image: Recommnaded Size: 450x228 px. Show Button: Button Text: * Button Target URL: On click of button where you want to redirect the user. Send Onesignal Keys Get your keys from here @csrf ONESIGNAL APP ID: * ONESIGNAL REST API KEY: * Save Keys @endsection @section('scripts') @endsection