@extends('admin.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'Welcome back! Here\'s what\'s happening today.') @section('content')
@php $statCards = [ ['label' => 'Total Applications', 'value' => $stats['total_applications'], 'icon' => 'fa-file-invoice-dollar', 'color' => 'from-indigo-500 to-purple-600', 'sub' => $stats['pending_applications'] . ' pending'], ['label' => 'Unread Messages', 'value' => $stats['unread_messages'], 'icon' => 'fa-envelope', 'color' => 'from-cyan-500 to-blue-600', 'sub' => $stats['total_messages'] . ' total'], ['label' => 'Pending Bookings', 'value' => $stats['pending_bookings'], 'icon' => 'fa-calendar-check', 'color' => 'from-amber-500 to-orange-600', 'sub' => $stats['total_bookings'] . ' total'], ['label' => 'Newsletter Subs', 'value' => $stats['newsletter_subscribers'], 'icon' => 'fa-users', 'color' => 'from-emerald-500 to-teal-600', 'sub' => 'Active subscribers'], ]; @endphp @foreach($statCards as $i => $card)
{{ now()->format('M Y') }}

{{ $card['value'] }}

{{ $card['label'] }}

{{ $card['sub'] }}

@endforeach

Applications Over Time

Last 6 months

Application Status

Breakdown

@foreach($statusBreakdown as $item)
{{ $item->status }} {{ $item->count }}
@endforeach

Recent Applications

View all →

Recent Messages

View all →

Recent Bookings

View all →

Blog Manager

Share automotive insights and boost your SEO rankings.

{{ $stats['total_blogs'] }}

Articles

Services CMS

Update your service offerings and technical descriptions.

{{ $stats['total_services'] }}

Services

SEO Health & Sitemap

Organic visibility status

Sitemap Index

sitemap_index.xml

100%

Index Health

{{ $stats['optimized_count'] }}

Optimized

{{ $stats['total_blogs'] }}

Blog Posts

@endsection @push('scripts') @endpush