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