fix
This commit is contained in:
@@ -41,7 +41,7 @@ class CheckoutRelationManager extends RelationManager
|
|||||||
->sortable(),
|
->sortable(),
|
||||||
TextColumn::make('winnertotal')
|
TextColumn::make('winnertotal')
|
||||||
->label('Total Amount')
|
->label('Total Amount')
|
||||||
->money('usd', 'true')
|
->money('USD')
|
||||||
->sortable(),
|
->sortable(),
|
||||||
TextColumn::make('paymentMethod.pm_name')
|
TextColumn::make('paymentMethod.pm_name')
|
||||||
->label('Payment Method')
|
->label('Payment Method')
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@ class WinningBidsRelationManager extends RelationManager
|
|||||||
->sortable(),
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('winning_cost')
|
Tables\Columns\TextColumn::make('winning_cost')
|
||||||
->label('Winning Bid Amt')
|
->label('Winning Bid Amt')
|
||||||
->money('usd', 'true')
|
->money('USD')
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user