전체목록 전체 {{ $totalCount }}건   전체 합계 {{ $totalSum }}점
@csrf @method('DELETE')
@foreach ($points as $key => $point) @endforeach
관리권한설정 목록
회원아이디 이름 닉네임 포인트 내용 포인트 일시 만료일 포인트합 관리
{{ $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
{{ $points->links('admin.paginate.default') }}

개별회원 포인트 증감 설정

@csrf
@if ($expireTerm > 0) @endif