WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
api_droid
/
Name
Action
..
certificate.blade.php
Edit
registration.blade.php
Edit
reminder.blade.php
Edit
welcome.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 }}"> Active my account now</a></p> <p> If the link not working , copy and paste link bellow </p> <p> {{ $url }} </p> <br /><br /><p> Thank You </p> {!! env('APP_APPNAME') !!} @stop