@extends('layouts.app') @section('breadcrumb')

Аналитика

@endsection @section('content') @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif
@csrf
Фильтр
{!! Form::select('agents[]', $agents->pluck('name', 'id'), session('agents'), ['multiple' => 'multiple', 'class' => 'form-control select2', 'style' => 'width: 100%']) !!}
{!! Form::select('groups[]', $groups->pluck('name', 'id'), session('groups'), ['multiple' => 'multiple', 'class' => 'form-control select2', 'style' => 'width: 100%']) !!}
Выбрать период
@if(!empty($allTickets) || !empty($allTicketsWithIdle) || !empty($solvedTickets) || !empty($byServices) || !empty($idleByHourPeriods) || !empty($solvedByHourPeriods))
@if(!empty($allTickets))
@endif @if(!empty($allTicketsWithIdle))
@endif @if(!empty($solvedTickets))
@endif
@if(!empty($byServices))
по услугам
@endif @if(!empty($idleByHourPeriods))
простой по часам
@endif @if(!empty($solvedByHourPeriods))
время решения по часам
@endif
@endif @endsection @section('head') @endsection @push('scripts') @endpush @push('scripts') @endpush @push('scripts') @endpush @push('scripts') @endpush