Implement company management with logo, nickname, status fields; add filters by type and estado; CSV export functionality
This commit is contained in:
@@ -10,6 +10,9 @@ class Company extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'apodo',
|
||||
'estado',
|
||||
'logo_path',
|
||||
'name',
|
||||
'tax_id',
|
||||
'address',
|
||||
|
||||
Reference in New Issue
Block a user