@extends('admin.layout') @section('content')
@csrf
Send Notification
@if ($errors->has('title'))

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

@endif
@if ($errors->has('button_text'))

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

@endif
@if ($errors->has('button_url'))

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

@endif

Only those users will receive push notification, who have allowed it.

Push notification won't work for 'http', it needs 'https'

@endsection