added crud for form meeting & seminar

This commit is contained in:
Jagad R R
2024-12-19 10:51:27 +07:00
parent 24b9a82856
commit cd28280fb6
10 changed files with 622 additions and 7 deletions
+5
View File
@@ -23,4 +23,9 @@ class FormMeetingSeminar extends Model
'account_number',
'status',
];
public function user()
{
return $this->belongsTo(Admin::class, 'user_id');
}
}