1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/emails/invoice_html.blade.php
Jeramy Simpson 05b120e449 L5 Updates
2015-04-06 16:58:47 +10:00

10 lines
188 B
PHP

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