{{-- Borrar esto luego --}} @extends('panel.app') @section('content')

Generación de informes

Compartir
@csrf
Análisis detallado de {{ $candidate->name }}

Este es el detalle del informe correspondiente a la semana

Generar reporte
@foreach ($reports as $report) {{-- --}} @endforeach
ID Candidato Periodo del análisis Visualizaciones Vistas Videos publicados Seguidores Total seguidores Me gusta Total me gusta Comentarios Total comentarios Compartidos Guardados Total guardados Última actualización Acciones
{{ $report->id }} {{ $report->social_profile_id }} {{ $report->date }} {{ number_format($report->views) }} {{ number_format($report->total_views) }} {{ number_format($report->videos_posted) }} {{ number_format($report->followers) }} total_followers: {{ $report->total_followers }}{{ number_format($report->total_followers - $report->followers) }} / {{ number_format($report->total_followers) }}{{ number_format($report->likes) }} total_likes: {{ ($report->total_likes) }} comments: {{ ($report->comments) }} total_comments: {{ ($report->total_comments) }} total_shares: {{ ($report->total_shares) }} total_collects: {{ ($report->total_collects) }} total_reposts: {{ ($report->total_reposts) }} {{ $report->updated_at }} Editar
@stop