@php $pageNames = $postReport['pages']->keyBy('page_id'); $hidePageColumn = $hidePageColumn ?? false; @endphp

Publications organiques

Chaque ligne correspond a une publication sur une page Facebook que vous gerez.

@if ($postReport['posts']->total() === 0)

Aucune publication synchronisee. Selectionnez une ou plusieurs pages ci-dessus puis lancez la synchronisation.

@else
@if (! $hidePageColumn) @endif @foreach ($postReport['posts'] as $post) @php $page = $pageNames->get($post->page_id); @endphp @if (! $hidePageColumn) @endif @endforeach
PagePublication Date Portee organique Vues publication Personnes engagees Reactions Commentaires Partages Lien

{{ $page?->page_name ?: $post->page_id }}

{{ $post->excerpt() }}

@if ($post->status_type)

{{ $post->status_type }}

@endif
{{ $post->published_at?->format('d/m/Y H:i') ?: '-' }} {{ $post->organic_reach > 0 ? number_format($post->organic_reach, 0, ',', ' ') : '-' }} {{ $post->media_views > 0 ? number_format($post->media_views, 0, ',', ' ') : '-' }} {{ $post->engaged_users > 0 ? number_format($post->engaged_users, 0, ',', ' ') : '-' }} {{ number_format($post->reactions_total, 0, ',', ' ') }} {{ number_format($post->comments_count, 0, ',', ' ') }} {{ number_format($post->shares_count, 0, ',', ' ') }} @if ($post->permalink_url) Voir @else - @endif
{{ $postReport['posts']->links() }}
@endif