*/ use HasFactory; /** * The attributes that are mass assignable. * * @var list */ protected $fillable = [ 'name', 'address', 'ico', 'contact', 'hiring' ]; }