|
list($model, $model_name, $pre_uri) = array($this->model, $this->model_name, $this->pre_uri);
|
|
list($model, $model_name, $pre_uri) = array($this->model, $this->model_name, $this->pre_uri);
|
|
return view($this->view_path . 'create', compact('model', 'model_name','pre_uri', 'user_options', 'role_options'));
|
|
return view($this->view_path . 'create', compact('model', 'model_name','pre_uri', 'user_options', 'role_options'));
|