diff --git a/resources/views/components/empty-page.blade.php b/resources/views/components/empty-page.blade.php index 4dba6f8a9..77e19239b 100644 --- a/resources/views/components/empty-page.blade.php +++ b/resources/views/components/empty-page.blade.php @@ -44,22 +44,24 @@ @endif @endforeach - @if (! empty($suggestion)) -
  • - -
    -

    - {{ $suggestion->name }} -

    + @if (! empty($suggestions)) + @foreach ($suggestions as $suggestion) +
  • + +
    +

    + {{ $suggestion->name }} +

    -
    - {{ $suggestion->description ?? '' }} +
    + {{ $suggestion->description ?? '' }} +
    -
    - chevron_right -
    -
  • + chevron_right + + + @endforeach @endif