fix: resolve editwinners Undefined variable and update winning_cost input type

This commit is contained in:
2026-05-01 15:56:35 -04:00
parent a2ce8a51fe
commit 2b5046b077
5 changed files with 58 additions and 17 deletions
@@ -49,8 +49,7 @@ class WinningBidsResource extends Resource
->searchable(),
TextInput::make('winning_cost')
->label('Winning Bid')
->prefix('$')
->numeric(),
->prefix('$'),
]);
}