middleware('auth'); } /** * Show the application dashboard. * * @return Response */ public function index() { return view('adminlte::home'); } }