This commit is contained in:
Lizandro Guarnizo
2026-01-29 21:55:00 -05:00
parent 7bffd8a569
commit 177e6b4e3a
7 changed files with 20 additions and 16 deletions
@@ -18,7 +18,7 @@ class CobrosRelationManager extends RelationManager
->columns([
TextColumn::make('id')->label('#'),
TextColumn::make('cantidad')->label('Cantidad'),
TextColumn::make('valor')->label('Valor')->money('USD'),
TextColumn::make('valor')->label('Valor')->money('COP', divideBy: 1),
TextColumn::make('usuario.name')->label('Usuario'),
TextColumn::make('notas')->limit(80)->wrap(),
TextColumn::make('created_at')->label('Fecha')->dateTime(),