code refactoring with @cuneytsenturk after dropzone improvement

This commit is contained in:
Sevan Nerse
2021-01-30 22:07:01 +03:00
parent 8c84d0cf80
commit 05d19c435d
3 changed files with 21 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::fileGroup('logo', trans('companies.logo'), '', ['dropzone-class' => 'form-file']) }}
{{ Form::fileGroup('logo', trans('companies.logo'), '', ['dropzone-class' => 'form-file'], $company->company_logo) }}
{{ Form::radioGroup('enabled', trans('general.enabled'), $company->enabled) }}
</div>