1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/resources/views/emails/invoice_html.blade.php
2017-01-12 15:12:02 +02:00

12 lines
240 B
PHP

<!DOCTYPE html>
<html lang="{{ App::getLocale() }}">
<head>
<meta charset="utf-8">
</head>
<body>
@if ($account->emailMarkupEnabled())
@include('emails.partials.client_view_action')
@endif
{!! $body !!}
</body>
</html>