@if ($kyc_guard->hasKycPending())

{{ d_trans('KYC Verification Pending') }}

{{ d_trans('Your KYC verification is currently pending. We are processing your information, and you will be notified once the verification is complete.') }}

{{ d_trans('View KYC Status') }}
@else

{{ d_trans('KYC Verification Required') }}

{{ d_trans('Your KYC verification is required to continue using our platform. Please complete the verification process as soon as possible.') }}

{{ d_trans('Complete KYC') }}
@endif