{{--

{{ __('Dashboard') }}

{{--
@livewire('dashboard.select-bound') not used
--}} {{--
--}} {{--
--}}

{{ __('Dashboard') }}

{{--
--}}
{{-- @dump(Auth::user()->has_queue) --}} {{-- @if (Auth::user()->has_queue) --}} @if (Auth::user()->on_break && $user->agent_break_type != 'ACW')
On Break
@else @endif {{-- @endif --}}
{{-- @livewire('dashboard.select-bound') --}}
{{-- --}}

Skills


@foreach ($skills as $key => $skill)
@if (config('auso.allow_skill_change')) @endif
@endforeach

Ongoing Queue Count


@foreach ($queueWiseData as $data)
{{ $data->queuename }}
{{ $data->queue_wating_count }}
@endforeach
{{--

Break


@if (Auth::user()->on_break) {{ $component->hours() }} hours {{ $component->minutes() }} minutes {{ $component->seconds() }} seconds @endif
--}}
@livewire('dashboard.admin.partials.user-section')
{{-- catch the socket.io event --}}