@extends('layouts.dashboard') @section('title', 'Dashboard - BlueSmokeAI') @section('header-title', __('Dashboard')) @section('page-title', __('Dashboard Overview')) @section('content')
Here's what's happening with your services today.
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
No notifications at this time.
@endforelse{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['name'] : 'Free Plan' }}
{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['description'] : 'Basic hosting features' }}
${{ number_format($billingInfo['current_plan']['price'], 2) }}/month
@else$0.00/month
@endif| Invoice | Date | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->created_at->format('M d, Y') }} | ${{ number_format($invoice->amount, 2) }} | {{ ucfirst($invoice->status) }} | View |
| No invoices found | ||||
Websites
{{ $websitesCount }}
Domains
{{ $domainsCount }}
AI Agents
{{ $aiAgentsCount }}
Active Services
{{ array_sum($activeServices) }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
No notifications at this time.
@endforelse{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['name'] : 'Free Plan' }}
{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['description'] : 'Basic hosting features' }}
${{ number_format($billingInfo['current_plan']['price'], 2) }}/month
@else$0.00/month
@endif| Invoice | Date | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->created_at->format('M d, Y') }} | ${{ number_format($invoice->amount, 2) }} | {{ ucfirst($invoice->status) }} | View |
| No invoices found | ||||
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
No notifications at this time.
@endforelse{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['name'] : 'Free Plan' }}
{{ isset($billingInfo['current_plan']) ? $billingInfo['current_plan']['description'] : 'Basic hosting features' }}
${{ number_format($billingInfo['current_plan']['price'], 2) }}/month
@else$0.00/month
@endif| Invoice | Date | Amount | Status | Actions |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->created_at->format('M d, Y') }} | ${{ number_format($invoice->amount, 2) }} | {{ ucfirst($invoice->status) }} | View |
| No invoices found | ||||
{{ $log->description }}
{{ $log->created_at->diffForHumans() }}
No recent activity found.
@endforelse