@props([ 'chapters' => [], ]) @if (count($chapters) > 0) @foreach ($chapters as $chapter) {{ $chapter['label'] }} @endforeach