All
@if(Auth::user()->hasRole('super-admin') || Auth::user()->hasRole('admin') || Auth::user()->hasRole('consultant')) @endif
{{-- --}}
@livewire("dashboard.notifications.tabs.$active_tab", key(rand().$active_tab))