invoiceninja/resources/views/emails/invoice_html.blade.php
Jeramy Simpson 04c392136e Add Files
2015-03-17 07:45:25 +10:00

10 lines
186 B
PHP

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