Update v1.0.6.4

This commit is contained in:
sujitprasad
2016-02-24 20:38:42 +05:30
parent d39ef2985d
commit 4270cbcfb3
29 changed files with 700 additions and 198 deletions

View File

@@ -81,7 +81,7 @@ class="active"
<div class="form-group {{ $errors->has('sys_email') ? 'has-error' : '' }}">
{!! Form::label('sys_email',Lang::get('lang.default_system_email')) !!}
{!! $errors->first('sys_email', '<spam class="help-block">:message</spam>') !!}
{!!Form::select('sys_email', $emails1->lists('email_name','id'),null,['class'=>'form-control']) !!}
{!!Form::select('sys_email', [ 'Select an Email', 'Emails' => $emails1->lists('email_name','id')],null,['class'=>'form-control']) !!}
</div>
</div>
</div>