@ -95,7 +95,7 @@ public function toTemplate($notifiable)
}
```
Finally, send a notification for a user in your controller :
Finally, from your controller, send a notification for a user :
```bash
User::find('user_id')->notify(new BMailNotification('template_id'));