movie-night-api/resources/views/email/list-collaborator-invite.blade.php

8 lines
241 B
PHP
Raw Normal View History

<div>
<h1>Welcome to the fucking show</h1>
<p>You have been invited to collaborate on {{$movieList->name}}</p>
<a href="{{ $acceptUrl }}">Click here to accept</a>
<a href="{{ $declineUrl }}">Click here to decline</a>
</div>