update v 1.0.7.5
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
@if($data->count()>0)
|
||||
@foreach($data as $notify)
|
||||
@if($notify->value)
|
||||
<div class="alert alert-success alert-dismissable">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
{!! ucfirst($notify->value) !!}
|
||||
</div>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
Reference in New Issue
Block a user