@extends('layouts.child') @section('content')

💡 Erinnerung

Hier kannst du nachschauen, was du gerade nicht mehr weißt.

@foreach($categories as $key => $label) @php $group = $articles->get($key, collect()) @endphp @if($group->count())

{{ $label }}

@foreach($group as $a) {{ $a->icon }} {{ $a->title }} › @endforeach
@endif @endforeach @endsection