{{-- @include('frontend.inc.head') --}} @include('frontend.inc.js') Indentify Info {{-- js for alert notification --}} {{-- --}} {{-- End js alert notification --}} {{-- --}} @php $member = auth()->user()->member??null; $front = asset(empty($member->id_card_front) ? '/frontend/img/frontid.png' : $member->id_card_front); $behind = asset(empty($member->id_card_back) ? '/frontend/img/backid.png' : $member->id_card_back); $self = asset(empty($member->selfie_photo) ? '/frontend/img/selfie.png' : $member->selfie_photo); @endphp

Basic information

@csrf @method('PUT')>
Fill in true and correct information and the review will pass. ~
actual_name)) placeholder="Please enter your real name." data-input-clear="2" @if($member->actual_name) readonly @endif> @error('actual_name') {{ $message }} @enderror
id_card_number) readonly @endif> @error('id_card_number') {{ $message }} @enderror

*Must use ID card and be able to clearly identify contents.

*Please confirm that camera permission is enabled.

id
Front of ID card
id
id_card_back)) >
Back of ID card
id
selfie_photo))>
Selfie Photo
@include('app.sweetAlert')