belongsTo(Admin::class); } public function kategori() { return $this->belongsTo(Kategori::class); } }