resources/views/profile/edit.blade.php: Add main character to form.
This commit is contained in:
parent
0fef5c77d0
commit
dccd04fe7e
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
<x-input name="username" :value="$user->username" />
|
||||
</div>
|
||||
|
||||
<div class="mb-2">
|
||||
<x-form.label for="character_id">{{ __('Main character') }}</x-form.label>
|
||||
<x-select name="character_id" :value="$user->character_id" :options="$user->characters->pluck('name', 'id')"/>
|
||||
</div>
|
||||
|
||||
<x-section-heading>
|
||||
<h2 class="text-2xl">Password</h2>
|
||||
</x-section-heading>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue