Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

18
app/Models/Softseting.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Softseting extends Model
{
use HasFactory;
protected $table = 'softseting';
protected $fillable = [
'namasoft','versoft','namasystem','versystem','namaperusahaan','alamat','namalokasi',
'alamatlokasi','softplatform'
];
}