Correct intendation and table Setup as requested

This commit is contained in:
Dennis 2021-09-22 17:17:44 +02:00 committed by GitHub
parent 6d435122b7
commit 75f86614e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,12 @@
<td>{{$server->product->backups}}</td>
</tr>
<tr>
<td>Price per Hour: {{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
<td>Price per Month: {{$server->product->getHourlyPrice()*24*30}} Credits</td>
<td>Price per Hour</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
</tr>
<tr>
<td>Price per Month</td>
<td>{{$server->product->getHourlyPrice()*24*30}} Credits</td>
</tr>
</table>
</div>