• @if($total > 0) {{$total}} @endif
      @if($total > 0)
    • {{$total}}

      {{ trans('notification.new_notifications') }}
    • @foreach($notifications as $notification)
      {!! $notification['count'] !!} {{ trans('notification.'.$notification['title']) }}
      {!! $notification['last_date'] !!}
      @endforeach
    • @endif
    • {{ trans('notification.read_all') }}