@php $companyName = config('app_settings.company_name', 'Ezvoice'); @endphp @section('favicon-title', 'ezAgent - Dashboard - Gestor') @section('page-title', 'Dashboard - ' . $companyName)
Filtrar por fila
@include('pages.gestor.dashboard.components.statics-calls')
@include('pages.gestor.dashboard.components.queue-list')
@include('pages.gestor.dashboard.components.pauses-agent')
@include('pages.gestor.dashboard.components.info-operators')
@include('pages.gestor.dashboard.components.calls-per-hour')
@include('pages.gestor.dashboard.components.reasons-pauses')
@include('pages.gestor.dashboard.components.calls-per-agent')
@include('pages.gestor.dashboard.components.real-time-calls')
@include('pages.components.modals.spy.index') @include('pages.components.modals.sopro.index')