load->helper('url'); // return view('welcome_message'); /*Redirect the user to some internal controller’s method*/ redirect('dash'); } }