@extends('layouts/emails') @section('content')

Hello,

Please click on the following link to accept invitation to create account:

{{ url('invite/'.$invite->code) }}

@stop