@include('core::warnings.dashboard')
{{-- Navbar End Flag --}}
@if ($alert = get_current_alert())
{{ $alert['message'] }}
@endif
@if (
(auth()->user()->can('use voip') && config('voip.client') !== null) ||
(! empty(settings('asterisk_ami_host')) && ! empty(settings('asterisk_ami_username')))
)
@endif
{{-- ✅ Container de notificações globais do Chat --}}