@if(auth()->user()->unread_chats->count())
{{ __('Notifications') }}
@if(auth()->user()->unread_chats->count() === 1) {{ __('One user has sent you new messages while you were away.') }} @else {{ __(':count users have sent you new messages while you were away.', ['count' => auth()->user()->unread_chats->count()]) }} @endif