clrghouz/resources/views/user/system/widget/register_confirm.blade.php

14 lines
558 B
PHP
Raw Normal View History

<!-- $o = System::class -->
<form class="row g-0 needs-validation" method="post" autocomplete="off" novalidate>
@csrf
@if($validate->count())
<p>OK, here's what we are going to do. I'm going to send you a routed netmail with a code - please follow the instructions
in that netmail.</p>
<p>Once the code is validated, this system will be assigned to you.</p>
@else
<p>I cant validate that <strong class="highlight">{{ $o->name }}</strong> is your system, we share now common zones.</p>
<p>You might want to talk to an admin.</p>
@endif
</form>