1
0
forked from poc/pds

Updated plant label on report view

This commit is contained in:
dhanabalan
2026-02-17 09:47:57 +05:30
parent 84e547ec4b
commit e07bdb3310

View File

@@ -440,7 +440,7 @@ class GrMasterResource extends Resource
return ($currentPage - 1) * $perPage + $rowLoop->iteration; return ($currentPage - 1) * $perPage + $rowLoop->iteration;
}), }),
Tables\Columns\TextColumn::make('plant.name') Tables\Columns\TextColumn::make('plant.name')
->label('Plant') ->label('Plant Name')
->searchable() ->searchable()
->alignCenter() ->alignCenter()
->sortable(), ->sortable(),