@extends('layouts.master') @section('title', 'Dashboard Danakerja Putra') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Home', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])
Gallery

{{ $galleryCount }} Total Gambar

Artikel

{{ $artikelCount }} Total Artikel

Visitor

{{ $visitorCount }} Total Kunjungan

{{-- Grafik Visitor --}}
Visitor Overview

Rangkuman URL Paling Banyak Dikunjungi
@forelse($urlVisitorStats as $index => $stat) @empty @endforelse
# URL Jumlah Kunjungan
{{ $index + 1 }} {{ $stat->url }} {{ $stat->count }}
Belum ada data pengunjung per URL
@endsection @section('scripts') @endsection