Liveblog basic functionality

This commit is contained in:
NH Gooi
2026-02-11 19:36:53 +01:00
parent b78379f268
commit 6786ac7ce1
3 changed files with 35 additions and 2 deletions

View File

@@ -15,6 +15,11 @@ Home
<span class="bi bi-blog"></span>
<b>Liveblog: {{$liveblog->titel}}</b>
</a>
@foreach($liveblog->artikelen as $artikel)
&bull; {{ $artikel->titel }}
@if($loop->index == 2) @break @endif
@endforeach
@break
@endforeach
</div>
@endif