{{ html_decode($auth_user->name) }} @php $kyc = Modules\Kyc\Entities\KycInformation::where('user_id',$auth_user->id)->where('status',1)->first(); @endphp @if($kyc) @endif
@if ($subscriptionPricingUrl && $activeSubscriptionPlanName){{ __('translate.Plan') }}: {{ html_decode($activeSubscriptionPlanName) }} {{ __('translate.dashboard_plan_upgrade_tooltip') }}
@endif