{{ 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
{{ html_decode($auth_user->designation) }}
@php $auth_user = Auth::guard('web')->user(); @endphp
{{ html_decode($auth_user->designation) }}