diff --git a/app/views/dashboard/components/index.blade.php b/app/views/dashboard/components/index.blade.php index dbcc53f5..8ed3cc92 100644 --- a/app/views/dashboard/components/index.blade.php +++ b/app/views/dashboard/components/index.blade.php @@ -17,7 +17,12 @@ @forelse($components as $component)
-

{{ $component->name }} {{ $component->humanStatus }}

+

+ @if($components->count() > 1) + + @endif + {{ $component->name }} {{ $component->humanStatus }} +

@if($component->description)

{{ $component->description }}

@endif