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