Memperbarui UI/UX

This commit is contained in:
2026-06-07 23:32:06 +07:00
parent f7479770e6
commit 76a8782409
47 changed files with 4378 additions and 685 deletions
+6
View File
@@ -23,8 +23,14 @@ class User extends Authenticatable
'email',
'password',
'role',
'id_tempat_ibadah',
];
public function tempatIbadah()
{
return $this->belongsTo(TempatIbadah::class, 'id_tempat_ibadah');
}
/**
* The attributes that should be hidden for serialization.
*