@extends('layouts.admin') @section('styles') @endsection @section('content')

Dashboard Overview

Welcome back! Here's what's happening with your website.

Services
{{ $counts['services'] }}
Projects
{{ $counts['projects'] }}
Team Members
{{ $counts['team_members'] }}
Testimonials
{{ $counts['testimonials'] }}
Messages
{{ $counts['contact_submissions'] }}
Subscribers
{{ $counts['newsletter_subscribers'] }}
Recent Projects
View All
@forelse($recentProjects as $project)
{{ $project->title }}
{{ $project->category }}
{{ $project->created_at->diffForHumans() }}
@empty

No projects found.

@endforelse
Projects by Category
Web Mobile Design
Analytics Overview (Last 30 Days)
View Full Analytics
Page Views
{{ number_format($analyticsOverview['total_views']) }}
Unique Visitors
{{ number_format($analyticsOverview['unique_visitors']) }}
Conversions
{{ number_format($analyticsOverview['total_conversions']) }}
@endsection @push('scripts') @endpush