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