bug-fix-patch-36.1

update for last commit
This commit is contained in:
Manish Verma
2016-12-05 01:40:27 +05:30
parent a24cd1e62b
commit 0f316032be

View File

@@ -22,7 +22,7 @@
</div>
@stop
@section('content')
@if(!Session::has('error'))
@if(!Session::has('error') && count($errors)>0)
<div class="alert alert-danger alert-dismissable">
<i class="fa fa-ban"></i>
<b>{!! Lang::get('lang.alert') !!} !</b>