{{__('Two Factor List')}}
{{__('Name')}}
{{__('Status')}}
@foreach(getTwoFactorArray() as $key => $value) @php $select = in_array($key,$twofa_list??[]) ? "checked" : ""; @endphp
{{ $value }}
@endforeach