mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
6 lines
130 B
PHP
6 lines
130 B
PHP
<html>
|
|
<body>
|
|
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
|
|
{!! $body !!}
|
|
</body>
|
|
</html> |