invoiceninja/app/views/emails/invoice_html.blade.php
2015-03-11 23:37:43 +02:00

10 lines
No EOL
186 B
PHP
Executable file

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
{{ $body }}
</body>
</html>