@extends('frontend.layout.dashboard-master') @section('site_title', __('Identity Verification')) @section('style') @endsection @section('content') @php $authUser = Auth::guard('web')->user(); $isVerified = $authUser->user_verified_status == 1 && $authUser->user_type == 1; $verifyBy = $user_identity->verify_by ?? 'National ID Card'; @endphp @if($isVerified)
{{ __('Your identity has been verified by our team.') }}
{{ __('Please resubmit your identity details with proper information so that we can verify it\'s you.') }}
{{ __('Notice: Please wait. we will notify by email whether you verified or not. Multiple request may delay your verification.') }}
{{ __("Please choose to submit any of the government-issued documents listed below. User general info's are common for any documents submitted.") }}
{{-- Document Type Cards --}}