@props([ 'title' => '포인트 관리', 'pageTitle' => '포인트 관리', 'filterKeyword' => '아이디, 회원태그, 포인트 내용' . ($useCommunity ? ', 닉네임' : ''), ])
@csrf @method('DELETE')
전체 {{ number_format($totalCount) }}건 (0건 선택)
@if ($useCommunity) @endif @foreach ($points as $point) @if ($useCommunity) @endif @endforeach
회원태그 이름닉네임내용 포인트 만료일 합계 관리
{{ $point->user->tag }} {{ $point->user->name }}{{ $point->user->nickname }}{{ $point->content }} {{ number_format($point->point) }} {{ $point->expire_date }} {{ number_format($point->user_point) }} @if (!$point->is_expired && isset($point->expire_date)) @endif