protected function cookie() { Cookie::set('hello', 'world'); echo Cookie::get('hello'); }
public function cookie() { Cookie::set('hello', 'world'); echo Cookie::get('hello'); }