Company form add tax_number and phone fields..

This commit is contained in:
Cüneyt Şentürk
2021-01-11 15:52:27 +03:00
parent e709c29201
commit 8d76babea3
4 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,10 @@
{{ Form::selectGroup('locale', trans_choice('general.languages', 1), 'flag', language()->allowed(), setting('default.locale', config('app.locale', 'en-GB')), []) }}
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', [], setting('company.tax_number')) }}
{{ Form::textGroup('phone', trans('settings.company.phone'), 'phone', [], setting('company.phone')) }}
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::fileGroup('logo', trans('companies.logo'), '', ['dropzone-class' => 'form-file']) }}