mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
8 lines
317 B
PHP
8 lines
317 B
PHP
<div class="wa-stack">
|
|
<h1>{{ $user->name }}</h1>
|
|
|
|
<div class="wa-grid" style="--min-column-size: 30ch;">
|
|
<livewire:app.data-card icon="images" title="Posts" value="{{ $user->posts->count() }}" />
|
|
<livewire:app.data-card icon="comments" title="Comments" value="{{ $user->comments->count() }}" />
|
|
</div>
|
|
</div>
|