Added status column in export

This commit is contained in:
dhanabalan
2025-10-08 13:42:52 +05:30
parent bcd5b40da8
commit 377fd4c615

View File

@@ -29,6 +29,8 @@ class GrMasterExporter extends Exporter
->label('SERIAL NUMBER'),
ExportColumn::make('gr_number')
->label('GR NUMBER'),
ExportColumn::make('status')
->label('STATUS'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('updated_at')