comma error fixed
This commit is contained in:
parent
f1eafda755
commit
522760d226
@ -8,9 +8,9 @@
|
|||||||
{!! Form::model($setting, [
|
{!! Form::model($setting, [
|
||||||
'method' => 'PATCH',
|
'method' => 'PATCH',
|
||||||
'url' => ['settings/settings'],
|
'url' => ['settings/settings'],
|
||||||
'class' => 'setting-form form-loading-button'
|
'class' => 'setting-form form-loading-button',
|
||||||
'files' => true,
|
'files' => true,
|
||||||
'role' => 'form'
|
'role' => 'form',
|
||||||
]) !!}
|
]) !!}
|
||||||
|
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
@ -210,7 +210,7 @@
|
|||||||
text : '{{ trans('general.form.select.file') }}',
|
text : '{{ trans('general.form.select.file') }}',
|
||||||
style : 'btn-default',
|
style : 'btn-default',
|
||||||
@if($setting['company_logo'])
|
@if($setting['company_logo'])
|
||||||
placeholder : '<?php echo $setting['company_logo']->basename; ?>'
|
placeholder : '<?php echo $setting['company_logo']->basename; ?>',
|
||||||
@else
|
@else
|
||||||
placeholder : '{{ trans('general.form.no_file_selected') }}'
|
placeholder : '{{ trans('general.form.no_file_selected') }}'
|
||||||
@endif
|
@endif
|
||||||
@ -244,7 +244,7 @@
|
|||||||
text : '{{ trans('general.form.select.file') }}',
|
text : '{{ trans('general.form.select.file') }}',
|
||||||
style : 'btn-default',
|
style : 'btn-default',
|
||||||
@if($setting['invoice_logo'])
|
@if($setting['invoice_logo'])
|
||||||
placeholder : '<?php echo $setting['invoice_logo']->basename; ?>'
|
placeholder : '<?php echo $setting['invoice_logo']->basename; ?>',
|
||||||
@else
|
@else
|
||||||
placeholder : '{{ trans('general.form.no_file_selected') }}'
|
placeholder : '{{ trans('general.form.no_file_selected') }}'
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user