resources/views/character/show.blade.php: Show user.
This commit is contained in:
parent
2f215d0b82
commit
a179010914
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue