• {{ __('global.all_messages') }} @if($unreadConversations['all']) {{ $unreadConversations['all'] }} @endif
  • {{ __('global.inbox') }} @if($unreadConversations['inbox']) {{ $unreadConversations['inbox'] }} @endif
  • {{ __('global.outbox') }} @if($unreadConversations['outbox']) {{ $unreadConversations['outbox'] }} @endif