@extends('layouts.master') @section('title', 'Push Notifications') @section('content')
Send Push Notification
@livewire('push-notification-sender')
@endsection