@extends('panel.app') @push('css') @endpush @section('content')

Monitoreo - Alcance Entorno Digital Tiktok

Compartir Descargar PDF
@include('panel.partials.graphs._comparativeChart')
@include('panel.partials.table._candidateTable')
{{--
--}} @include('panel.partials.graphs._raceChart')
@include('panel.partials.counter._tikTokInsight', [ 'position' => 1, 'name' => $leader['name'], 'image' => $leader['image'], 'viewsTotal' => $leader['periodViews'], 'engagementAvg' => $leader['periodEngagement'] ])
@include('panel.partials.counter._tikTokInsight', [ 'position' => 2, 'name' => $secondCandidate['name'], 'image' => $secondCandidate['image'], 'viewsTotal' => $secondCandidate['periodViews'], 'engagementAvg' => $secondCandidate['periodEngagement'] ])
@include('panel.partials.counter._tikTokInsight', [ 'position' => 3, 'name' => $thirdCandidate['name'], 'image' => $thirdCandidate['image'], 'viewsTotal' => $thirdCandidate['periodViews'], 'engagementAvg' => $thirdCandidate['periodEngagement'] ])
@include('panel.partials.graphs._networkChart')
@include('panel.partials.table._candidateRanking')
{{--
--}} {{-- @include('panel.partials.graphs._followerLikeRatio') --}} {{--

Próxima actualización - Gráfico de barras

--}} {{-- @include('panel.partials.graphs._candidateEngagement') --}} {{--
--}}
@include('panel.partials.graphs._videosPublishedChart')
@include('panel.partials.table._worldMap')
En proceso
{{--

Organic Search

3,104 25%

Email Campaign

2,679 20%

Referral Links

4,236 30%

Social Media

3,068 27%

--}}
En proceso
{{-- --}}
{{--

$29,060.00

as of this month

  • $3,011.20

    Personal expense

  • $4,870.80

    Medical expense

  • $10,107.00

    Other expense

--}}
{{--
  • School supplies
    Today, Jul 28, 2019
    $50.50
    Other
  • Paracetamol
    Today, Jul 28, 2019
    $78.30
    Medical
View All Transactions --}} {{--
--}}
Calificación candidatos con mayor alcance

Visualizaciones + me gusta + compartidos + comentarios + guardados.

{{ $viewsLeader->name }}

{{ number_format($viewsLeader->reach_stars, 1) }}

@php $fullStars = floor($viewsLeader->reach_stars); $halfStar = ($viewsLeader->reach_stars - $fullStars) >= 0.5; @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <=$fullStars) @elseif ($i == $fullStars + 1 && $halfStar) @else @endif @endfor

{{ $viewsLeader->name }}

    @foreach ($viewsRestTop->slice(0, 4) as $candidate)
  • {{ $candidate->name }} {{ number_format($candidate->reach_stars, 1) }}
    @php $fullStars = floor($candidate->reach_stars); $halfStar = ($candidate->reach_stars - $fullStars) >= 0.5; @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <=$fullStars) @elseif ($i == $fullStars + 1 && $halfStar) @else @endif @endfor
    {{ short_number($candidate['reach_score']) }}
  • @endforeach
{{-- --}}
{{ $viewsLeader['name'] }}
{{ $viewsLeader['name'] }}
@php $fullStars = floor($viewsLeader->reach_stars); $halfStar = ($viewsLeader->reach_stars - $fullStars) >= 0.5; @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <=$fullStars) @elseif ($i == $fullStars + 1 && $halfStar) @else @endif @endfor

{{ $leader['name'] }} lidera en impacto digital al registrar la mayor suma de visualizaciones, me gusta, compartidos, comentarios y guardados. Este desempeño refleja un alto alcance y fuerte conexión con su audiencia en redes sociales.

{{-- View All Reviews --}}
@stop @include('panel.partials.scripts._general') @push('js') {{-- --}} {{-- //Gráfico de nodos --}} @include('panel.graphs.node-stats', [ 'nodesData' => $nodesData, 'appURL' => env('APP_URL'), 'nodes' => $nodes, 'parentNodes' => $parentNodes ]) @include('panel.partials.scripts._videosPublishedScript') @endpush