@extends('adminlte::page') @section('title', 'Статистика') @section('plugins.tempusdominusBootstrap4', true) @section('plugins.Summernote', true) @section('plugins.BSCustomFileInput', true) @section('plugins.Datatables', true) @section('plugins.moment', true) @section('plugins.daterangepicker', true) @section('plugins.DatatablesPrint', true) @section('content')

{{ __('Статистика') }}

Всего новых 0
Всего зарегистрировано 0
Всего ошибок 0
Всего на паузе 0
AVR Страна Аккаунт Статус Приоритет Дата добавления Дата записи Выполнено за
Выкл все
@foreach ($regions as $region) Выкл @foreach ($countries[$region] as $id => $name)
{!! $name !!}
@endforeach
@endforeach
@foreach (config('parser.client_statuses') as $code => $name)
{!! $name !!}
@endforeach
@php $config = [ "startDate" => "js:moment().subtract(30, 'days')", "endDate" => "js:moment()", "locale" => ["format" => "DD/MM/YYYY"], ]; @endphp
@endsection @push('js') @endpush