@props([ 'title' => '회원정보 ' . ($user->id ? '수정' : '등록'), 'action' => $user->id ? route('admin.user.manage.update', $user) : route('admin.user.manage.store'), 'sections' => ['basic'=>'기본정보', 'personal'=>'개인정보', 'management'=>'관리'] ])
@csrf @if ($user->id) @method('PUT') @endif

{{ array_values($sections)[0] }}

@if ($user->id) @endif
기본정보
@if ($user->id) {{ $user->id }} @forelse ($user->socialProfiles as $social) @empty @endforelse @else @endif @if (!$user->id) 필수 @endif !$user]) size="15" maxlength="20" @if (!$user) required @endif>
포인트 @if ($user->id) {{ $user->point }} 점 @endif
권장되는 이미지 크기는 60 x 60입니다 @if (isset($user->image_path) && Storage::exists($user->image_path)) @endif
추천인 {{ $user->recommend }}

{{ array_values($sections)[1] }}

개인정보
본인인증 방법 certify) || !$user)> certify) === 'simple')> certify) === 'hp')> 성인인증 adult))> adult))>
주소

{{ array_values($sections)[2] }}

@if ($user->id) @if ($use_email_verification) @endif @endif
관리
메모 @forelse ($user->memos as $memo) @empty @endforelse
입력일시 아이디 메모 내용 삭제
{{ $memo->created_at }} {{ $memo->author_user_id }} {{ $memo->memo }}
본인인증 내역이 없습니다.
광고성정보수신동의 is_marketing_receive))> is_marketing_receive))>
프로필 공개 is_open_profile))> is_open_profile))>
접근차단일자
회원가입일 {{ $user->created_at }} 최근접속일 {{ $user->last_login_at }}
IP {{ $user->signup_ip }}
인증일시 @if (!$user->email_verified_at) 회원님이 메일을 수신할 수 없는 경우 등에 직접 인증처리를 하실 수 있습니다. @else {{ $user->email_verified_at }} @endif