@extends('layouts.app') @section('title', 'Análise de Público - Facebook Video Analytics') @section('styles') @endsection @section('content')
| Segmento | Visualizações | % do Total | Engajamento Médio | Gráfico |
|---|---|---|---|---|
| {{ $item->segment_value }} | {{ number_format($item->total_views) }} | {{ number_format(($item->total_views / $totalViews) * 100, 2) }}% | {{ number_format($item->avg_engagement, 2) }}% |
|