@extends(getTemplate('admin')) @section('content') @push('custom-css') @endpush
@if(module_exists('Memberships')) @endif @if(module_exists('Desks')) @endif @if(module_exists('Events')) @endif @if(module_exists('MeetingRooms')) @endif @if(module_exists('Events')) @endif @if(module_exists('MeetingRooms')) @endif @if(module_exists('Blog')) @endif

Important Notifications View More

{{-- @if($logs->exists()) @foreach($logs as $log) {!! $log->details('styled') !!} @endforeach @else
No Notifications yet.
@endif--}}
@if(module_exists('Social'))
@endif
@include('themes.admin.'.setting('active_admin_theme').'.components.admin-alert-messenger')
@if(module_exists('Events'))
@endif
@php $cs = 0; if(intval($todayVisits) != 0) $cs = 100 - intval($lastWeekVisitorsCount) / intval($todayVisits) * 100; $cs = intval($cs); $cStat = ($cs >= 0) ? 'Better than last week ('.$cs.'%)': 'Worse than last week ('.(-1)*$cs.'%)'; @endphp
TODAY'S VISITS
{{$todayVisits}}
{{$cStat}}
TOTAL VISITORS
{{$totalVisits}}
TOTAL MEMBERS
{{$users->count()}}
Better than last week (76.3%)
@if(module_exists('Social'))
NEW NETWORK POSTS
0
Better than last week (54.9%)
@endif

Latest Registered Accounts

    @foreach($lastUsers as $user)
  • {{ucwords($user->first_name.' '.$user->last_name)}}

    {{ucwords($user->first_name.' '.$user->last_name)}} {{$user->address->country}}

  • @endforeach

Visitors Analytics Total Site Hits: {{$totalHits}} Where do our visitors come from

{{$totalVisits}} Total visitors
  • 0.00%Return Visitors
  • 0.00% New Visitors

Visitors Origin

@php $num = 1; @endphp @foreach($arrCounts as $k => $v ) @if($num <= 3) {{$num.'. '.$k}} {{$v}} @endif @php $num++; @endphp @endforeach
@push('custom-js') @endpush @endsection