akaunting 3.0 (the last dance)
This commit is contained in:
6
resources/views/components/form/group/locale.blade.php
Normal file
6
resources/views/components/form/group/locale.blade.php
Normal file
@ -0,0 +1,6 @@
|
||||
<x-form.group.select
|
||||
name="locale"
|
||||
label="{{ trans_choice('general.languages', 1) }}"
|
||||
:options="language()->allowed()"
|
||||
:selected="$selected"
|
||||
/>
|
Reference in New Issue
Block a user