@if ( (Session::get('active_notifications')=='oui') && (auth()->user()->unreadNotifications->where('type','=','App\Notifications\\AddIntMessage')->count()) )
@endif @if ( (Session::get('active_notifications')=='oui') && (auth()->user()->unreadNotifications->where('type','!=','App\Notifications\\AddIntMessage')->count()) ) @endif