@extends('layouts.app') @section('content')

InsureMe System Login

@php $authentication_types = explode(',', env('AVAIALABLE_AUTH_TYPES')); @endphp
@if(in_array('OTP', $authentication_types)) @endif {{-- @if(in_array('BASIC', $authentication_types))--}} {{--
--}} {{--
OR
--}} {{--
--}} {{-- --}} {{-- @endif--}}
@endsection