added forms country & vehicle running cost (kurang fitur pendukung)

This commit is contained in:
Jagad R R
2024-12-16 17:01:55 +07:00
parent bf75c08b5e
commit 69ab2b056d
20 changed files with 1012 additions and 78 deletions
+10
View File
@@ -28,4 +28,14 @@ class FormUpCountry extends Model
'account_number',
'status',
];
public function user()
{
return $this->belongsTo('App\Models\Admin');
}
public function rayon()
{
return $this->belongsTo('App\Models\Rayon');
}
}