mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
12 lines
271 B
PHP
12 lines
271 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ App::getLocale() }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
@if ($account->enable_email_markup)
|
|
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
|
|
@endif
|
|
{!! $body !!}
|
|
</body>
|
|
</html> |