Implement company management with logo, nickname, status fields; add filters by type and estado; CSV export functionality

This commit is contained in:
2026-05-27 01:33:27 +02:00
parent 4ab7935c17
commit 0bf2d82ee1
6 changed files with 624 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ class Company extends Model
use HasFactory;
protected $fillable = [
'apodo',
'estado',
'logo_path',
'name',
'tax_id',
'address',