{{ ucfirst($platform) }} · {{ $dateFrom }} to {{ $dateTo }} · Generated {{ now()->format('M d, Y') }}
| Caption | Published | Likes | Comments | Shares | Eng. Rate |
|---|---|---|---|---|---|
| {{ Str::limit($post->content?->caption ?? 'N/A', 50) }} | {{ $post->published_at?->format('M d, Y') }} | {{ number_format($post->latestAnalytics?->likes ?? 0) }} | {{ number_format($post->latestAnalytics?->comments ?? 0) }} | {{ number_format($post->latestAnalytics?->shares ?? 0) }} | {{ $post->latestAnalytics?->engagement_rate ?? 0 }}% |
| No posts in this period | |||||