@extends('emails.master') @section('mail-title', 'Invitation to Admin') @section('content')
Dear {{{ $userInvite->email }}}
You have been invited to be an administrator at the {{ Config::get('app.title') }} website
Please click {{ link_to('/member/register/'.$userInvite->token, 'here') }} to create your account.
@stop