layout)) { $this->layout = View::make($this->layout); } } public function __construct() { $this->beforeFilter('csrf', array('on' => array('post', 'delete', 'put'))); } }