Your Shop creates, verify user
This commit is contained in:
parent
c129a44383
commit
ccc2af4bf7
76 changed files with 3728 additions and 1477 deletions
24
resources/views/status/verify.blade.php
Executable file
24
resources/views/status/verify.blade.php
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
@extends('layouts.layout-2')
|
||||
|
||||
@section('content')
|
||||
<div class="authentication-wrapper authentication-2 px-4" style="margin-top: 120px;">
|
||||
<div class="authentication-inner py-5">
|
||||
|
||||
<!-- Form -->
|
||||
<div class="card">
|
||||
<div class="p-4 p-sm-5">
|
||||
|
||||
<div class="display-1 lnr lnr-checkmark-circle text-center text-success mb-4"></div>
|
||||
|
||||
<p class="text-center text-big mb-4">Your email address has been successfully confirmed.</p>
|
||||
|
||||
<button type="button" class="btn btn-primary btn-block">Proceed to your account</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- / Form -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue