18 lines
311 B
PHP
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>
|