Dashboard

{{-- KPIs --}}
@if(isset($stats['properties']))

Imóveis

{{ $stats['properties'] }}

@endif @if(isset($stats['assets']))

Equipamentos

{{ $stats['assets'] }}

@endif @if(isset($stats['clients']))

Inquilinos activos

{{ $stats['clients'] }}

@endif @if(isset($stats['technicians_active']))

Técnicos activos

{{ $stats['technicians_active'] }}

@endif
@if(isset($stats['open_requests']))

Pedidos abertos

{{ $stats['open_requests'] }}

@endif @if(isset($stats['emergencies']))

Emergências

{{ $stats['emergencies'] }}

@endif @if(isset($stats['sla_compliance_pct']))

SLA (30 dias)

{{ $stats['sla_compliance_pct'] }}%

@endif @if(isset($stats['work_orders_in_progress']))

WO em execução

{{ $stats['work_orders_in_progress'] }}

@endif @if(isset($stats['work_orders_scheduled_today']))

Agendadas hoje

{{ $stats['work_orders_scheduled_today'] }}

@endif @if(isset($stats['quotes_pending']))

Orçamentos pendentes

{{ $stats['quotes_pending'] }}

@endif @if(isset($stats['invoices_pending']))

Facturas pendentes

{{ $stats['invoices_pending'] }}

@endif
{{-- Gráficos --}}
@if(isset($charts['requestsByMonth']))

Pedidos por mês

@endif @if(isset($charts['requestsByStatus']))

Pedidos por estado

@endif @if(isset($charts['requestsByPriority']))

Pedidos activos por prioridade

@endif @if(isset($charts['technicianProductivity']))

Produtividade por técnico (30 dias)

@endif @if(isset($charts['costsByMonth']))

Custos de reparação por mês ({{ config('company.currency') }})

@endif
@once @endonce