middleware('guest')->except('logout'); } public function index() { dd('home/index'); } }