{{-- resources/views/pdf/report.blade.php --}}
Tanggal: {{ $date }}
Diekspor oleh: {{ auth()->user()->name ?? 'Admin' }}
| Total Data | {{ $totalData }} |
|---|---|
| Positif | {{ $positif }} ({{ number_format(($positif / $totalSafe) * 100, 1) }}%) |
| Negatif | {{ $negatif }} ({{ number_format(($negatif / $totalSafe) * 100, 1) }}%) |
| No | Review | Score | Sentimen | Tanggal |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $review->review }} | {{ $review->score }} | {{ ucfirst($review->sentiment) }} | {{ $review->created_at->format('d/m/Y') }} |