mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
load user
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user