@extends('layouts.guest') @section('title', 'Enter your code – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content')

Enter your code

If an account exists for {{ $email }}, we've sent a {{ \App\Models\LoginCode::LENGTH }}-digit code. It expires in {{ $minutes }} minutes.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@csrf

Wrong address? Start again

@endsection