public function index()
 {
     $types = Type::all();
     return \View::make('admin::type.index')->with(array('types' => $types));
 }