modified admin moon blade to include number formatting back in correctly

This commit is contained in:
2020-05-24 20:39:24 -05:00
parent 66dab8c1b8
commit 6142eb9ba5

View File

@@ -21,8 +21,8 @@
<tr class="{{ $row['RowColor'] }}">
<td>{{ $row['SPM'] }}</td>
<td>{{ $row['StructureName'] }}</td>
<td>{{ $row['AlliancePrice'] }}</td>
<td>{{ $row['OutOfAlliancePrice'] }}</td>
<td>{{ number_format($row['AlliancePrice'], 0, ".", ",") }}</td>
<td>{{ number_format($row['OutOfAlliancePrice'], 0, ".", ",") }}</td>
<td>{{ $row['Renter'] }}</td>
<td>{{ $row['Contact'] }}</td>
<td>{{ $row['RentalEnd'] }}</td>