akaunting 3.0 (the last dance)
This commit is contained in:
8
resources/views/components/form/group/country.blade.php
Normal file
8
resources/views/components/form/group/country.blade.php
Normal file
@ -0,0 +1,8 @@
|
||||
<x-form.group.select
|
||||
name="country"
|
||||
label="{{ trans_choice('general.countries', 1) }}"
|
||||
:options="trans('countries')"
|
||||
:selected="setting('company.country')"
|
||||
not-required
|
||||
model="form.country"
|
||||
/>
|
Reference in New Issue
Block a user