@extends('layouts.app') @section('title', 'Admin Dashboard - Website Builder') @section('description', 'Admin dashboard for managing websites, templates, and system health.') @section('content')
Monitor and manage your website builder platform
Total Websites
{{ $stats['total_websites'] ?? 0 }}
Successful Builds
{{ $stats['completed_websites'] ?? 0 }}
Processing
{{ $stats['processing_websites'] ?? 0 }}
Failed Builds
{{ $stats['failed_websites'] ?? 0 }}
View and manage all websites
Edit and organize templates
Monitor system performance
{{ $website->company_name }}
{{ $website->subdomain }}.find-local-services.com
No websites created yet.
@endif{{ $log->message ?? 'System activity' }}
{{ $log->created_at->diffForHumans() ?? 'Recently' }}
No recent activity.
@endif