1
0
Fork 0

resources/views/character/show.blade.php: Show user.

This commit is contained in:
Henrik Hautakoski 2021-07-22 18:03:15 +02:00
parent 2f215d0b82
commit a179010914

View file

@ -21,6 +21,14 @@
<div class="p-4">
<x-section-heading>
<h2 class="text-3xl">{{ __('Owner') }}</h2>
</x-section-heading>
<x-link href="{{ route('user.show', [ 'user' => $character->user ])}}">
{{ $character->user->username }}
</x-link>
<x-section-heading>
<h2 class="text-3xl">Professions</h2>
<div>