added form entertaiment and fix file upload

This commit is contained in:
Jagad R R
2024-12-18 12:56:16 +07:00
parent 69ab2b056d
commit 24b9a82856
12 changed files with 836 additions and 62 deletions
@@ -26,4 +26,9 @@ class FormEntertaimentPresentation extends Model
'account_number',
'status',
];
public function user()
{
return $this->belongsTo('App\Models\Admin');
}
}