1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/resources/views/pdf/stub.blade.php
David Bomba 4c23d43138
Working on Setup workflow (#3509)
* Refactor designs to remove whitespace

* enable dummy data for templating

* Insert faker data into templates

* Fixes for user deletion

* Documentation on User controller:

* Working on app setup

* Files for app setup

* Working on Setup

* Final fixes for setup controller

* Fixes for setup

* Fixes for first install

* Minor fixes
2020-03-18 20:40:15 +11:00

9 lines
151 B
PHP

<!DOCTYPE html>
<html lang="{!! $lang !!}">
{!! $includes !!}
<body>
<head>{!! $header !!}</head>
{!! $body !!}
{!! $footer !!}
</body>
</html>