@forelse($data as $datum)
  • {{ $datum->menu->getLabel() }}
  • @empty
    {{_t('misc.no_bookmarks_found_in_this_group')}}
    @endforelse