resources/views/character/profession/show.blade.php: show race.
This commit is contained in:
parent
1dd9a5418e
commit
fa64f54255
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
<x-slot name="title">
|
||||
<div class="flex">
|
||||
{{ __('Character') }} -
|
||||
<x-class-icon class="w-8 h-8 mx-2" :name="$ch_prof->character->class" />
|
||||
<div class="flex mx-2 space-x-1">
|
||||
<x-race-icon class="w-8 h-8" :character="$ch_prof->character" />
|
||||
<x-class-icon class="w-8 h-8" :name="$ch_prof->character->class" />
|
||||
</div>
|
||||
{{ $ch_prof->character->level }} {{ $ch_prof->character->name }}
|
||||
</div>
|
||||
</x-slot>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue