Updated label names

This commit is contained in:
dhanabalan
2025-04-23 12:18:45 +05:30
parent 43d38d7b88
commit 1db54593c8
3 changed files with 74 additions and 47 deletions

View File

@@ -17,7 +17,7 @@ class ProductionQuantityExporter extends Exporter
ExportColumn::make('id')
->label('ID'),
ExportColumn::make('item.code')
->label('CODE'),
->label('ITEM CODE'),
ExportColumn::make('serial_number')
->label('SERIAL NUMBER'),
ExportColumn::make('line.name')