@php
$authentication_types = explode(',', env('AVAIALABLE_AUTH_TYPES'));
@endphp
@if(in_array('GOOGL', $authentication_types))
@endif
@if(in_array('MS365', $authentication_types))
OR
@endif
@if(in_array('OTP', $authentication_types))
OR
@endif
@if(in_array('BASIC', $authentication_types))
OR
@endif