PHP Classes

File: lib/view/registerok.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   Security One Mysql   lib/view/registerok.blade.php   Download  
File: lib/view/registerok.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Security One Mysql
Implement a login page for users in a MySQL table
Author: By
Last change:
Date: 1 month ago
Size: 405 bytes
 

Contents

Class file image Download
@include("_head",['title'=>"Register Screen"])
<body>
<form class="form-signin" method="post">
    <div class="text-center mb-4">
        <img class="mb-4 img-fluid" src="{{$logo}}" alt="" >
        <h1 class="h3 mb-3 font-weight-normal">{!! $title !!}</h1>
        <p>{!! $subtitle !!}</p>
        <hr>
        <div>Correo enviado {{$email}}. Confirme su correo.</div>
    </div>
</form>
</body>
</html>