d2d.emegrendeles.hu/resources/views/modules/order/invoiceEmail.blade.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

18 lines
311 B
PHP

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
body{
font-family: DejaVu Sans;
font-size: small;
}
</style>
</head>
<body>
{{--
árvíztűrő tükörfúrógép
--}}
@include('modules.order.invoice')
</body>
</html>