middleware('guest', ['except' => 'logout']); } public function showLoginForm() { return $this->view('auth/login'); } }