@php // Initialize variables with defaults to prevent undefined errors $connected_wallet = $connected_wallet ?? null; $total_points = $total_points ?? 0; $point_history = $point_history ?? collect([]); @endphp @extends('core::layouts.dashboard') @section('title', $title . ' - ASETQU V.2') @section('meta_description', $meta_description) @push('styles') @endpush @section('content')
| Tipe | Poin | Wallet | Tanggal |
|---|---|---|---|
|
{{ $history->source_label ?? 'Game Reward' }}
@if($history->game)
{{ $history->game->name }}
@elseif($history->description)
{{ $history->description }}
@endif
|
{{ $history->amount > 0 ? '+' : '' }}{{ number_format($history->amount) }} | {{ $history->wallet->platform->name ?? $connected_wallet->platform->name ?? 'Indodax' }} | {{ \Carbon\Carbon::parse($history->created_at)->format('d/m/Y') }} |
|
Belum ada riwayat transaksi poin |
|||