Prechádzať zdrojové kódy

Update home.blade.php

This will add the "Out of credits in..." Box when you have and never had Credits.

It will show the box and the text "You ran out of Credits" if you purchased Credits and your servers got Suspended
Dennis 3 rokov pred
rodič
commit
e708e2fc24
1 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 5 3
      resources/views/home.blade.php

+ 5 - 3
resources/views/home.blade.php

@@ -65,8 +65,9 @@
                     </div>
                     </div>
                     <!-- /.info-box -->
                     <!-- /.info-box -->
                 </div>
                 </div>
-                <!-- /.col -->
 
 
+                <!-- /.col -->
+                @if(Auth::user()->Credits() > 0.01 and $useage > 0)
                 <div class="col-12 col-sm-6 col-md-3">
                 <div class="col-12 col-sm-6 col-md-3">
                     <div class="info-box mb-3">
                     <div class="info-box mb-3">
                         @if(number_format((Auth::user()->Credits()*30)/$useage,0,'.','') >= 15)
                         @if(number_format((Auth::user()->Credits()*30)/$useage,0,'.','') >= 15)
@@ -81,7 +82,7 @@
                         <div class="info-box-content">
                         <div class="info-box-content">
                             <span class="info-box-text">Out of {{CREDITS_DISPLAY_NAME}} in </span>
                             <span class="info-box-text">Out of {{CREDITS_DISPLAY_NAME}} in </span>
                             @if(number_format((Auth::user()->Credits()*30)/$useage,2,'.','') < "1")
                             @if(number_format((Auth::user()->Credits()*30)/$useage,2,'.','') < "1")
-                                @if(number_format(Auth::user()->Credits()/($useage/30/24),0,'.','') < "1")
+                                @if(number_format(Auth::user()->Credits()/($useage/30/24),2,'.','') < "1")
                                     <span class="info-box-number">You ran out of Credits </span>
                                     <span class="info-box-number">You ran out of Credits </span>
                                 @else
                                 @else
                                     <span class="info-box-number">{{number_format(Auth::user()->Credits()/($useage/30/24),0,'.','')}} <sup> hours</sup></span>
                                     <span class="info-box-number">{{number_format(Auth::user()->Credits()/($useage/30/24),0,'.','')}} <sup> hours</sup></span>
@@ -95,10 +96,11 @@
                     <!-- /.info-box -->
                     <!-- /.info-box -->
                 </div>
                 </div>
                 <!-- /.col -->
                 <!-- /.col -->
-
+            @endif
             </div>
             </div>
 
 
 
 
+
             <div class="row">
             <div class="row">
                 <div class="col-md-6">
                 <div class="col-md-6">
                     <div class="card card-default">
                     <div class="card card-default">