@if (auth()->user()->kyc_status == 0)

@lang('Please submit your KYC information to carry on full access !') @lang('Take me there')

@elseif(auth()->user()->kyc_status == 2)

@lang('Your KYC data is currently under reviewing.')

@elseif(auth()->user()->kyc_status == 3)

@lang('Your KYC data was being rejected. Please re-submit your data.') @lang('Take me there.') @lang('See Reasons')

@endif