'date', ]; // Relasi ke penghuni public function penghuni() { return $this->belongsTo(Penghuni::class, 'penghuni_id'); } }