@extends('admin.layouts.container') @section('css')@endsection @push('stack_styles') @endpush @section('content')
{{-- Year chart--}}
{{--
--}} {{--
--}} {{--
{{__('dashboard.careers_in')}}
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{__('dashboard.careers_applications_in')}}
--}} {{--
--}} {{-- --}} {{--
--}}

{{__('dashboard.visit_in_year')}}

{{$yearVisitors}}

{{__('dashboard.visit_in_month')}}

{{$monthVisitors}}

{{__('dashboard.visit_in_week')}}

{{$weekVisitors}}

{{__('dashboard.visit_in_day')}}

{{$todayVisitors}}

{{__('dashboard.online_now')}}

{{$onlineVisits}}

{{__('dashboard.active_users')}}

{{$activeUsersCount}}

{{__('dashboard.inactive_users')}}

{{$inactiveUsersCount}}

{{--

{{__('careers.annual_careers')}}

{{$thisYearReservations}}

{{__('careers.monthly_careers')}}

{{$thisMonthReservations}}

{{__('careers.weekly_careers')}}

{{$thisWeekReservations}}

{{__('careers.daily_careers')}}

{{$thisDayReservations}}

@if(count($mostCommonServices)) @foreach($mostCommonServices as $mostCommonService) @endforeach @else @endif
# {{__('careers.name')}} {{__('careers.service_careers_counts')}}
{{$loop->iteration}} {{$mostCommonService[0]['name']}} {{count($mostCommonService)}}
{{__('careers.no_data_to_show')}}
--}} @endsection @section('inner_js') {{----}} @endsection