8 lines
241 B
PHP
8 lines
241 B
PHP
|
|
<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>
|