load user

This commit is contained in:
HolgerHatGarKeineNode
2023-11-20 18:54:53 +01:00
parent 054df3b0af
commit b489f98c2a
11 changed files with 224 additions and 32 deletions

View File

@@ -1,3 +1,12 @@
<div>
{{-- Because she competes with no one, no one can compete with her. --}}
<div x-data="nostrStart(@this)">
<div class="flex flex-col">
@if($user)
@foreach($user->meetups as $meetup)
<div>
{{ $meetup->name }}
</div>
@endforeach
@endif
</div>
</div>