@extends('layouts.master') @section('title', 'Dashboard') @section('main-content')
@if($franquias->count() > 1) Você gerencia {{ $franquias->count() }} franquias com {{ $totalClientes }} clientes no total. @else Visão geral da sua franquia: {{ $franquias->first()->name }} @endif
Clientes
Publicações
Criativos
Alcance Mensal
{{ $franquia->clientes->count() }} {{ $franquia->clientes->count() == 1 ? 'cliente' : 'clientes' }}
👤 Conexões Únicas
🔄 Taxa de Retorno
⏱️ Tempo Médio
📱 Dispositivos Mobile
| # | Cliente / Local | Conexões | Taxa Retorno | Tempo Médio |
|---|---|---|---|---|
| @if($index == 0) 🥇 @elseif($index == 1) 🥈 @elseif($index == 2) 🥉 @else {{ $index + 1 }} @endif |
{{ $hotspot->cliente_nome ?? 'Sem cliente' }}
Serial: {{ $hotspot->serial }}
|
{{ number_format($hotspot->total_conexoes, 0, ',', '.') }} | {{ number_format($hotspot->taxa_retorno ?? 0, 1) }}% | {{ number_format($hotspot->tempo_medio ?? 0, 1) }} min |
| Nenhum dado de acesso nos últimos 7 dias | ||||
💵 Receita Total Ativa
📊 Ticket Médio
🏆 Cliente Mais Rentável