• @if($notifications['count'] > 0) {{$notifications['count']}} @endif
    {{$notifications['count']}} {{__('message.new_notifications')}} @foreach($notifications['results'] as $n)
    {{trimString($n['title'], 18)}} {{timeAgoByTimeStamp($n['created_at'])}} @endforeach
    {{__('message.see_all_notifications')}}