@php if(auth()->user()->credit_report_company_type == config('constant.sourceType.SmartCredit')){ $logo_src = asset('images/smartcredit_logo.png'); $source_name = 'Smart Credit'; }else { $logo_src = asset('images/identityiq_logo.webp'); $source_name = 'Identity Iq'; } $credit_report_provider = getCache('credit_report_provider_link'); $go_to_url = $credit_report_provider[auth()->user()->credit_report_company_type]; @endphp
PARTNER COMPANY

STATUS

@if(Auth::user()->subscription_status == config('constant.SUBSCRIPTION_STATUS.SUBSCRIBED')) @else @endif

NEXT IMPORT

Go To {{$source_name}}