belongsTo(WaktuMakan::class); } /** * Relasi ke model Kriteria */ public function kriteria() { return $this->belongsTo(Kriteria::class); } }