@extends('portal.layouts.auth') @section('content')
@include('layouts.includes.header-language')
mivita.care
@csrf

{{ __('portal.login_title') }}

@if(Util::isTestSystem(true))
TestSystem
@php $email = 'kevin@adametz.media'; @endphp @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{ __('portal.login_send_otp_description') }}

{{ __('portal.login_send_otp_description2') }}

@endsection