diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index c109075e..5e1a43c7 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -70,7 +70,7 @@ - @if(Auth::user()->Credits() > 0.01 and $useage > 0) + @if($credits > 0.01 and $useage > 0)