ip()) ->where('ban_expire', '>', time()) ->orderByDesc('id') ->first(); return view('banned', [ 'ban' => $ipBan ?? Auth::user()->ban, ]); } }