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

{{ $blogCount ?? 0 }}

Blog Articles

Technical insights & tutorials

Published & live

{{ $caseStudiesCount ?? 0 }}

Case Studies

Client success stories

Portfolio ready

{{ $onboardingCount ?? 0 }}

Onboarding Flows

Client journey messages

Active sequences

98.5%

System Uptime

Last 30 days

Operational

Content Performance

Publishing activity over the last 6 months

Analytics dashboard

Chart integration coming soon

Quick Actions

System Status

API Services
Operational
Database
Healthy
CDN
Optimizing

Latest Articles

Recently published content

View all
@forelse($recentBlogPosts ?? [] as $post)

{{ $post->title }}

{{ $post->created_at->format('M d, Y') }} @if($post->category) {{ $post->category }} @endif
@empty

No articles yet

Start sharing your technical expertise with the world

Write First Article
@endforelse

Recent Activity

Latest system events

  • System backup completed successfully

    2 hours ago

  • New blog post published

    5 hours ago

  • Case study updated

    1 day ago

  • SSL certificate renewal due

    2 days ago

  • Database optimization completed

    3 days ago

Developer Resources

Quick access to development tools and documentation

All systems operational

API Docs

Integration guides

Component Library

UI components

Security Center

Security protocols

Performance

Monitoring tools

@endsection @push('scripts') @endpush @push('styles') @endpush