diff --git a/app/views/dashboard/components/add.blade.php b/app/views/dashboard/components/add.blade.php index f7e2a22f..743a0104 100644 --- a/app/views/dashboard/components/add.blade.php +++ b/app/views/dashboard/components/add.blade.php @@ -41,6 +41,7 @@ + @if($groups->count() > 0)
+ @endif
diff --git a/app/views/dashboard/components/edit.blade.php b/app/views/dashboard/components/edit.blade.php index d9e246d8..c8995f2a 100644 --- a/app/views/dashboard/components/edit.blade.php +++ b/app/views/dashboard/components/edit.blade.php @@ -41,6 +41,7 @@
+ @if($groups->count() > 0)
+ @endif