@extends('admin.layouts.master') @section('title','Push Notification Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@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') }} .
{{ __('RecommnadedSize') }}: 450x228 px.

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