diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 85ab1be3..51ff5655 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -7,7 +7,7 @@

You're logged in. This will be a link to the Dashboard.

@endif - @if(count($components) > 0) + @if($components->count() > 0)