Ejemplo n.º 1
0
 /**
  * Get notifications
  *
  * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
  */
 public function index()
 {
     $notifications = Notification::getNotifications();
     return view('admin.notification', compact('notifications'));
 }