Send Notification
Error! Please fix the following errors:
@endif
@if(session('success'))
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Send Notification to Users
Send a notification to all users or select specific users.