Liveblog basic functionality
This commit is contained in:
@@ -15,6 +15,11 @@ Home
|
||||
<span class="bi bi-blog"></span>
|
||||
<b>Liveblog: {{$liveblog->titel}}</b>
|
||||
</a>
|
||||
@foreach($liveblog->artikelen as $artikel)
|
||||
• {{ $artikel->titel }}
|
||||
@if($loop->index == 2) @break @endif
|
||||
@endforeach
|
||||
@break
|
||||
@endforeach
|
||||
</div>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user