diff --git a/resources/views/admin/game-history/lottery-issue.blade.php b/resources/views/admin/game-history/lottery-issue.blade.php index 57745a8..b79ab44 100644 --- a/resources/views/admin/game-history/lottery-issue.blade.php +++ b/resources/views/admin/game-history/lottery-issue.blade.php @@ -79,11 +79,11 @@ @endif - {{ number_format($ticket->cost_amount) }} + {{ number_format($ticket->amount) }} - {{ $won ? '+' . number_format($ticket->prize_amount) : '0' }} + {{ $won ? '+' . number_format($ticket->payout) : '0' }} @if ($issue->status === 'drawn')