public function has($k) { $k = 'flash.' . $k; return Now::has($k); }
function has($k) { return Now::has('helpers.bag.' . $k); }