$data['list'] = $this->adminModel->where('nip', $nip)->first();
or
$data['list'] = $this->adminModel->where('nip', $nip)->find();
$nip is admin code unique, not primary key
$data['list'] = $this->adminModel->where('nip', $nip)->first();
or
$data['list'] = $this->adminModel->where('nip', $nip)->find();
$nip is admin code unique, not primary key