mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
* Working on emailing invoices * Working on emailing and displaying email * Working on emailing and displaying email * Email invoices * Fixes for html emails * Restart queue after self-update * Email Invoices * Push Flutter Web Clientgit statusgit status!
13 lines
148 B
PHP
13 lines
148 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ App::getLocale() }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
{!! $body !!}
|
|
|
|
|
|
{!! $footer !!}
|
|
</body>
|
|
</html> |