WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
course
/
emails
/
Name
Action
..
discount.blade.php
Edit
instructor_invite.blade.php
Edit
inviteuser.blade.php
Edit
password.blade.php
Edit
Editing: inviteuser.blade.php
@extends('layouts.mailtemplate') @section('content') <h2>Dear {!! $username !!}</h2> <p> {!! Lang::get('core.email_invite') !!} <a href="{!! $link !!}">{!! Lang::get('core.email_here')!!}</a> {!! Lang::get('core.email_viewit') !!} </p> <br /><br /><p> {!! Lang::get('core.thank_you') !!} </p> {!! CNF_APPNAME !!} @stop