invoiceninja/resources/views/emails/payment_confirmation_html.blade.php

8 lines
128 B
PHP
Raw Normal View History

2015-03-17 07:45:25 +10:00
<!DOCTYPE html>
<html lang="{{ App::getLocale() }}">
<head>
<meta charset="utf-8">
</head>
<body>{!! $body !!}</body>
2015-03-17 07:45:25 +10:00
</html>