send multiple db notification same function in laravel code example
Example: send multiple db notification same function in laravel
$notifications = $request
->user()
->notifications
->where('type', 'App\Notifications\CommentCreated')
->all();
$notifications = $request
->user()
->notifications
->where('type', 'App\Notifications\CommentCreated')
->all();