@extends('layouts.guest') @section('title', 'Enter your code – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content')
If an account exists for {{ $email }}, we've sent a {{ \App\Models\LoginCode::LENGTH }}-digit code. It expires in {{ $minutes }} minutes.
@if($errors->any())Wrong address? Start again
@endsection