added form others

This commit is contained in:
Jagad R R
2024-12-20 11:07:07 +07:00
parent cd28280fb6
commit 53b60c42d6
18 changed files with 671 additions and 102 deletions
+11
View File
@@ -20,6 +20,17 @@ class FormOthers extends Model
'bukti1',
'bukti2',
'bukti3',
'account_number',
'status',
];
public function user()
{
return $this->belongsTo(Admin::class);
}
public function kategori()
{
return $this->belongsTo(Kategori::class);
}
}