Dashboard and setting->email page issue solved.

This commit is contained in:
Cüneyt Şentürk
2020-02-19 11:10:27 +03:00
parent 8b9c7bfb9d
commit 9c84d267fc
8 changed files with 7 additions and 32 deletions

View File

@ -14,7 +14,7 @@
placeholder="{{ trans('general.form.select.field', ['field' => $text]) }}"
name="{{ $name }}"
@if(old($name, $value))
@if (old($name, $value))
value="{{ old($name, $value) }}"
@endif
@ -55,7 +55,7 @@
:disabled="'{{ $attributes['disabled'] }}'"
@endif
@if(isset($attributes['v-error-message']))
@if (isset($attributes['v-error-message']))
:form-error="{{ $attributes['v-error-message'] }}"
@else
:form-error="form.errors.get('{{ $name }}')"