@extends('admin.layouts.master') @section('title','Push Notification Setting') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Push Notification') }} @endslot @slot('menu1') {{ __('Push Notification') }} @endslot @endcomponent
@csrf
{{ __('On click of notification where you want to redirect the user') }}.
{{ __('If not enter than default icon will use which you upload at time of create one signal app') }} .
{{ __('adminstaticword.RecommnadedSize') }}: 450x228 px.

{{ __('On click of button where you want to redirect the user') }}.
{{ __('adminstaticword.Getyourkeysfromhere') }}
@csrf
@endsection @section('scripts') @endsection