|
{{ $point->user_id }} |
{{ $point->user->name }} |
|
{{ $point->content }} |
{{ number_format($point->point) }} |
{{ $point->created_at }} |
$point->is_expired])>
@if ($point->is_expired)
만료
@endif
{{ $point->expire_date }}
|
{{ number_format($point->user_point) }} |
@if (!$point->is_expired && $point->expire_date !== null)
@endif
|
@endforeach