mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
13 lines
259 B
PHP
13 lines
259 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ App::getLocale() }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
@if ($account->enable_email_markup)
|
|
@include('emails.partials.client_view_action', ['link' => $link])
|
|
@endif
|
|
{!! $body !!}
|
|
</body>
|
|
</html>
|