{{-- resources/views/pdf/report.blade.php --}} {{ $title }}

{{ $title }}

Tanggal: {{ $date }}

Diekspor oleh: {{ auth()->user()->name ?? 'Admin' }}

Statistik Sentimen

Total Data {{ $totalData }}
Positif {{ $positif }} ({{ number_format(($positif / $totalSafe) * 100, 1) }}%)
Negatif {{ $negatif }} ({{ number_format(($negatif / $totalSafe) * 100, 1) }}%)

Data Review

@foreach($dataset as $index => $review) @endforeach
No Review Score Sentimen Tanggal
{{ $index + 1 }} {{ $review->review }} {{ $review->score }} {{ ucfirst($review->sentiment) }} {{ $review->created_at->format('d/m/Y') }}