+
+
+ Redeem Hadiah
+
+
+
+ @foreach ($rewards as $reward)
+
+
+
+
{{ $reward['name'] }}
+
Seharga {{ $reward['value'] }}
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+ Riwayat Poin
+
+
+
+
+ Tanggal
+ Keterangan
+ Poin
+ Tipe
+
+
+
+ @foreach ($pointRecords as $pointRecords)
+
+ {{ $pointRecords['date'] }}
+ {{ $pointRecords['description'] }}
+
+
+ {{ $pointRecords['is_addition'] ? '+' : '-' }}
+ {{ $pointRecords['change'] }}
+
+
+ {{ $pointRecords['type'] }}
+
+ @endforeach
+
+
+
+
+