function() { return Form::input('email', 'email', '', array('required', 'class' => 'awesome')); return View::make('home/index'); }, );