resources/views/components/character-card.blade.php: show race text along with class.
This commit is contained in:
parent
e5fa65a839
commit
2ad80a0a68
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue