/var/www/flurhymez/resources/views/admin/dashboard
NameSizeModeActions
dashboard.blade.php181280644editdlrm
Edit: /var/www/flurhymez/resources/views/admin/dashboard/dashboard.blade.php (18128B)
@extends('admin.layout.app') @section('title', __('admin.dashboard.page_title')) @section('js') @if ($userCountry != null) @endif @if ($newUsers != null && $oldUsers != null) @endif @if ($userDevice != null) @endif @endsection @section('content')
{{ __('admin.dashboard.categories') }}
{{ $categories }}
{{ __('admin.dashboard.products') }}
{{ $products }}
{{ __('admin.dashboard.partners') }}
{{ $clients }}
{{ __('admin.dashboard.events') }}
{{ $events }}
{{ __('admin.dashboard.contacts') }}
{{ $contacts }}
{{ __('admin.dashboard.users') }}
{{ __('admin.dashboard.users_by_device') }}
{{ $desktopNumber }} circle {{ __('admin.dashboard.desktop') }}
{{ $tabletNumber }} circle {{ __('admin.dashboard.tablet') }}
{{ $mobileNumber }} circle {{ __('admin.dashboard.mobile') }}
{{ __('admin.dashboard.most_viewed_pages') }}
    @forelse ($viewedPages as $viewedPage)
  • {{ $viewedPage['pageTitle'] }}
    {{ $viewedPage['url'] }}
    {{ $viewedPage['pageViews'] }} View
  • @empty
  • There is no data
  • @endforelse
{{ __('admin.dashboard.top_referrals') }}
    @forelse ($topReferrals as $topReferral)
  • {{ $topReferral['url'] }} {{ $topReferral['pageViews'] }} Referral
  • @empty
  • There is no data
  • @endforelse
{{ __('admin.dashboard.users_by_country') }}
@endsection