Exemplo n.º 1
0
 public function index()
 {
     $notifications = $notifications = Notification::orderBy('created_at', 'desc')->simplePaginate(15);
     return view('system.logs')->with(compact('notifications'));
 }