@extends('layouts.auth') @section('content')
@include('layouts.includes.header-language')
mivita.care
{{ __('Login to your account') }}
@csrf @if(Util::isTestSystem(true))

TestSystem

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endif
@endsection