@extends('admin.layouts.master') @section('title','Push Notifications') @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') }}.
{{ __('Recommended Size') }}: {{__('450x228PX')}}.

{{ __('On click of button where you want to redirect the users') }}.
{{ __('Get your keys from here') }}
@csrf
@endsection @section('script') @endsection