Upload Member Photo

Member Profile Picture



@if ($isWebcamRequired) @endif
Your captured image will appear here...
{!! Form::file('profileImage', [ 'class' => 'profileImage', 'id' => 'profileImage', 'onchange' => 'loadProfileImageFile(event)', 'disabled' => 'true', ]) !!}

Member National ID Signature


@if ($isWebcamRequired) @endif
Your captured image will appear here...
{!! Form::file('memberNidImage', [ 'class' => 'signature', 'id' => 'regularMemberNidImage', 'onchange' => 'loadMemberNidImageFile(event)', ]) !!}
Upload Member's Guarantor Photo

Member's Guarantor Picture



@if ($isWebcamRequired) @endif
{{-- {!! Form::label('guarantor picture', 'Guarantor Picture:', ['class' => 'control-label']) !!}
--}}
Your captured image will appear here...
{!! Form::file('guarantorImage', [ 'class' => 'guarantorImage', 'id' => 'guarantorImage', 'onchange' => 'loadGuarantorImageFile(event)', ]) !!}

Member's Guarantor National ID Signature



@if ($isWebcamRequired) @endif
{{-- {!! Form::label('national id signature', 'National ID Signature:', ['class' => 'control-label']) !!}
--}}
Your captured image will appear here...
{{-- --}}
{!! Form::file('guarantorNidImage', [ 'class' => 'signature', 'id' => 'guarantorNidSignatureImage', 'onchange' => 'loadguarantorNidImageFile(event)', ]) !!}
@include('gnr.tools.approvalConfig.approvalLogs')
@if ($isWebcamRequired) @endif