Преглед на файлове

Correct intendation and table Setup as requested

Dennis преди 3 години
родител
ревизия
75f86614e9
променени са 1 файла, в които са добавени 6 реда и са изтрити 2 реда
  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>