WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
user
/
emails
/
Name
Action
..
auth
blast-mail.blade.php
Edit
contact.blade.php
Edit
registration.blade.php
Edit
Editing: registration.blade.php
@extends('layouts.mailtemplate') @section('content') <h2>Hello {{ $firstname }} , </h2> <p> Thank your for joining with our site </p> <p> Bellow is your account Info </p> <p> Email : {{ $email }} <br /> Password : {{ $password }}<br /> </p> <p> Please follow link activation <a href="{{ URL::to('user/activation?code='.$code) }}"> Active my account now</a></p> <p> If the link not working , copy and paste link bellow </p> <p> {{ URL::to('user/activation?code='.$code) }} </p> <br /><br /><p> Thank You </p> {{ CNF_APPNAME }} @stop