'date', ]; public function peminjamans() { return $this->hasMany(Peminjaman::class); } }