hasActivePunishment() && $user->getPunishment()->isDeletion()) abort(404); return view('web.user.profile')->with([ 'title' => sprintf('Profile of %s', $user->username), 'user' => $user ]); } }