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

總營收 (餘額)

${{ number_format($totalRevenue, 2) }}

實時

運作中機台

{{ $activeMachines }} 台

待處理告警

{{ $alertsPending }} 則訊號

會員總數

{{ number_format($memberCount) }}

營收績效分析

各地區每日營收洞察

營收圖表數據載入中

即時數據串流將在此顯示

即時動態

@forelse($latestActivities as $activity)

#{{ $activity->machine->code ?? 'N/A' }} {{ $activity->content }}

{{ $activity->created_at->diffForHumans() }} • {{ $activity->machine->location ?? '未知區域' }}

@empty

目前尚無動態資料

@endforelse
@endsection @section('scripts') @endsection