Lae/resources/views/real_name/failed.blade.php

10 lines
152 B
PHP

@extends('layouts.app')
@section('content')
<h3>我们不能确定这是你。</h3>
<p>
请尝试重新登录。
</p>
@endsection