@if($data->count()>0) @foreach($data as $notify) @if($notify->value)
{!! ucfirst($notify->value) !!}
@endif @endforeach @endif