1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/pdf/stub.blade.php

23 lines
236 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="{!! $lang !!}">
{!! $includes !!}
<body>
{!! $header !!}
{!! $body !!}
@if($product)
{!! $product !!}
@endif
@if($task)
{!! $task !!}
@endif
{!! $footer !!}
</body>
</html>