PHP Classes

File: resources/views/emails/confirm.blade.php

Recommend this page to a friend!
  Classes of Yousaf Syed   FYP PHP Fuzzy Search on Encrypted Data   resources/views/emails/confirm.blade.php   Download  
File: resources/views/emails/confirm.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: FYP PHP Fuzzy Search on Encrypted Data
Search encrypted data allowing fuzzy matching
Author: By
Last change:
Date: 2 years ago
Size: 317 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Sign Up Confirmation</title>
</head>
<body>
    <h1>Thanks for signing up!</h1>

    <p>
        We just need you to <a href='{{ url("register/confirm/{$user->token}") }}'>confirm your email address</a> real quick!
    </p>
</body>
</html>