@extends('admin.layout') @section('content')
Push Notification Settings
@csrf
{{-- Icon Image --}}

Icon Image


JPG, PNG, JPEG, SVG images are allowed

@if ($errors->has('icon'))

{{$errors->first('icon')}}

@endif
@if (empty(env('VAPID_PUBLIC_KEY')))
@endif @if (empty(env('VAPID_PRIVATE_KEY')))
@endif @if (empty(env('VAPID_PUBLIC_KEY')) || empty(env('VAPID_PRIVATE_KEY')))

Click Here to generate & get VAPID Public Key & VAPID Private Key.

It will be generated one time. You wont be able to change it later.

@endif
@endsection