*/ use HasFactory; protected $fillable = [ 'nama' ]; public function items() { return $this->hasMany(Item::class, 'id_nampan'); } }