@if($utilisateur->two_factor_secret)
Two factor authentication is enabled.
{{ decrypt($utilisateur->two_factor_secret) }}
@endif
@if($utilisateur->two_factor_recovery_codes)
@foreach (json_decode(decrypt($utilisateur->two_factor_recovery_codes), true) as $code)
{{ $code }}
@endforeach