@extends('admin.layouts.app') @section('content') {!! show_window_title($page_title) !!}

Welcome back, Admin!

Manage your website content and monitor performance

Quick Overview
Total Content

{{ $total_content_items ?? 0 }}

Published
{{ $published_content ?? 0 }}
Drafts
{{ $draft_content ?? 0 }}
Media Files

{{ $total_media_files ?? 0 }}

{{ $media_storage_used ?? '0' }} MB
Total Users

{{ $total_users ?? 0 }}

{{ $new_users_today ?? 0 }} today
Categories

{{ $total_categories ?? 0 }}

{{ $active_categories ?? 0 }} active
Content Activity

{{ $total_content_published ?? '0' }}

Content Items Published

{{ $content_growth_percentage ?? '0.0' }}% from last period
Recent Activity
Pages Updated
{{ $pages_updated ?? '0' }}
Media Uploaded
{{ $media_uploaded ?? '0' }}
Comments Pending
{{ $comments_pending ?? '0' }}
Recent Content
@if(isset($recent_content)) @foreach($recent_content as $content) @endforeach @else @endif
Content Type Status Last Updated
{{ $content['title'] }}
{{ $content['type'] }} {{ $content['status'] }} {{ $content['updated'] }}
No recent content available
Content Publishing Trends

{{ $total_content_published_year ?? '0' }}

Content Published This Year

{{ $content_growth ?? '0' }}% growth
Content by Type
@if(isset($content_by_type) && !empty($content_by_type)) @foreach($content_by_type as $index => $type)
{{ $type['name'] }}
{{ $type['count'] }} ({{ $type['published'] }} published)
@endforeach @else

No content statistics available

Content statistics will appear here once you start publishing
@endif
@endsection