diff --git a/resources/views/servers/index.blade.php b/resources/views/servers/index.blade.php index 82771c74..76f2d0dc 100644 --- a/resources/views/servers/index.blade.php +++ b/resources/views/servers/index.blade.php @@ -84,8 +84,12 @@ {{$server->product->backups}} - Price per Hour: {{number_format($server->product->getHourlyPrice(),2,".")}} Credits - Price per Month: {{$server->product->getHourlyPrice()*24*30}} Credits + Price per Hour + {{number_format($server->product->getHourlyPrice(),2,".")}} Credits + + + Price per Month + {{$server->product->getHourlyPrice()*24*30}} Credits