Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<x-select
|
||||
label="{{ $label }}"
|
||||
placeholder="{{ __('You can select multiple languages') }}"
|
||||
multiselect
|
||||
:options="$langOptions"
|
||||
option-label="name"
|
||||
option-value="id"
|
||||
wire:model.live="langSelected"
|
||||
/>
|
||||
</div>
|
||||
Reference in New Issue
Block a user