public function index()
 {
     $attributes = Attribute::all();
     return \View::make('admin::attribute.index')->with(array('attributes' => $attributes));
 }