public function index()
 {
     $roles = $this->repository->all();
     return view('admin.roles.index', compact('roles'));
 }