• {!! $notification->count() !!}
    You have {!! $notification->count() !!} update(s).
      @if($notification->count()>0) @foreach($notification as $notify) @if($notify->value)
    •    {!! ucfirst($notify->value) !!}
    • @endif @endforeach @endif