1
0
Fork 0

resources/views/components/character-card.blade.php: show race text along with class.

This commit is contained in:
Henrik Hautakoski 2021-07-18 17:47:16 +02:00
parent e5fa65a839
commit 2ad80a0a68

View file

@ -17,7 +17,10 @@
</div>
<div class="flex justify-between">
<p>{{ Str::ucfirst($character->class) }}</p>
<p>
{{ Str::ucfirst($character->race) }}
{{ Str::ucfirst($character->class) }}
</p>
<div class="flex gap-1">
@foreach($character->professions as $ch_prof)