middleware('auth'); } /** * Show the application dashboard. * * @return \Illuminate\Contracts\Support\Renderable */ public function index() { toastr()->success('Hello'); return view('dashboard'); } }