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

@ -21,7 +21,7 @@
{{ Form::textareaGroup('address', trans('general.address'), null, $customer->address) }}
{{ Form::selectGroup('country', trans_choice('addresses.countries', 1), 'globe-americas', trans('countries'), $customer->country, []) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), $customer->country, []) }}
{{ Form::hidden('type', 'customer') }}
{!! Form::hidden('enabled', '1', []) !!}