@if($challenge->email_sent == 1 && $user->email)
@include('EcomAuthViews::icons.envelope')
{{$user->email }}
@endif
@if($challenge->sms_sent == 1 && $user->phone)
@include('EcomAuthViews::icons.phone')
{{$user->phone }}
@endif
@if($challenge->whatsapp_sent == 1 && $user->phone)
@include('EcomAuthViews::icons.whatsapp')
{{$user->phone }}
@endif
@else
@switch(request()->type)
@case("email")
@include('EcomAuthViews::icons.envelope')
{{$user->email }}
@include('EcomAuthViews::icons.phone')
{{$user->phone }}