Source | Reason | Added Date | Status | Active Date | Expiry Date | Points Amount | Money Amount |
---|---|---|---|---|---|---|---|
{{ $userPoint->source }} |
@if ($userPoint->reason)
{{ $userPoint->reason }}
@else
@endif
|
{{ date('Y-m-d', strtotime($userPoint->created_at)) }} | {{ $userPoint->status }} | {{ $userPoint->status != "Pending" && $userPoint->status != "Used" ? $userPoint->activate_date : __('NA') }} | {{ $userPoint->status != "Pending" && $userPoint->status != "Used" ? $userPoint->expiry_date : __('NA') }} | {{ $userPoint->points }} | {{ $userPoint->amount }} |