Your Identity @if(Auth::user()->identity_access==1) {{trans('global.access-identity')}} @endif

@if(($identification and $identification->identity_document!='' and $identification->identity_document_back!='' and $identification->first_name!='' and $identification->address_document!='' and $identification->address_document_back!='' and $identification->address_details!='' and $identification->photo_document!='' and $identification->photo_document_back!='') || (isset($identification) and $identification->is_verified!=0)) @else
  • IDENTITY
  • ADDRESS
  • PHOTO
@endif
@if($identification and $identification->identity_document!='' and $identification->identity_document_back!='' and $identification->first_name!='' and $identification->address_document!='' and $identification->address_document_back!='' and $identification->address_details!='' and $identification->photo_document!='' and $identification->photo_document_back!='' and $identification->is_verified==0) @if($identification->reupload_identity_front==0 and $identification->reupload_identity_back==0 and $identification->reupload_address_front==0 and $identification->reupload_address_back==0 and $identification->reupload_photo==0) {!! Theme::section('user.identification.identity-steps',['identification'=>$identification]) !!} @endif @endif @if($identification and $identification->is_verified!=0) @else @if($identification and $identification->photo_document!="") {!! Theme::section('user.identification.reupload-document',['identification'=>$identification]) !!} @else {!! Theme::section('user.identification.identity',['identification'=>$identification]) !!} {!! Theme::section('user.identification.address',['identification'=>$identification]) !!} {!! Theme::section('user.identification.photo',['identification'=>$identification]) !!} @endif @endif @if($identification and $identification->is_verified!=0) {!! Theme::section('user.identification.identity-steps',['identification'=>$identification]) !!} @if($identification->is_verified==2)
Your identity application has been rejected.
@if($identification->verification_comment)

Reason : {{$identification->verification_comment}}

@endif
@else
My Identity Information
Identity Key: {{getStarredString($identification->unique_key)}}
View Identiy Key Hide Key
{{$identification->first_name}} {{$identification->middle_name}} {{$identification->last_name}}
XXXX-XX-XX
{{$identification->identity_document_name}}
{{nonReadTexts($identification->identity_number)}}
{{$identification->identity_issued_by}}
{{$identification->address_document_name}}
{{$identification->address_details}}
{{$identification->city}}
{{$identification->state}}
{{$identification->zip}}
{{$identification->country}}
@if($identification->photo_document)
{!! Theme::section('user.identification.photo-document',['identification'=>$identification]) !!}
@endif
@endif @endif

@if(!$identification || ($identification and $identification->is_verified==0)) @endif