{{ $data }}
@php parse_str($data, $params); $display_type = $params['extra']['display_type'] ?? 1; $hide_title = $params['extra']['hide_title'] ?? 0; $stats = DB::connection('mysql_site_' . session('serverID'))->table('sites')->where('id', '=', $siteID)->first(); @endphp @if($show == 'true' && $hide_title != 1)
{{ $title }}
@endif
@if($display_type == 1 || $display_type == 2)
Visitantes: {{ number_format($stats->stat_views, 0, '.', '.') }}
@endif @if($display_type == 1 || $display_type == 3)
Usuários online: {{ $stats->stat_current ?? 0 }}
@endif