Explorar o código

Correct intendation and table Setup as requested

Dennis %!s(int64=3) %!d(string=hai) anos
pai
achega
75f86614e9
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      resources/views/servers/index.blade.php

+ 6 - 2
resources/views/servers/index.blade.php

@@ -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>