removed addresses lang file

This commit is contained in:
Cihan Şentürk
2021-09-03 12:57:54 +03:00
parent 6154ff31fd
commit c809bf7418
16 changed files with 39 additions and 43 deletions

View File

@ -20,7 +20,7 @@
{{ Form::textareaGroup('address', trans('settings.company.address'), null, setting('company.address')) }}
{{ Form::selectGroup('country', trans_choice('addresses.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), []) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), []) }}
{!! Form::hidden('_prefix', 'company') !!}
</div>