From 82a2dace25f65bf74bcdd5f94eb5fb5306ec771f Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 26 Oct 2021 19:27:19 +0200 Subject: [PATCH] use $credits --- resources/views/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)