1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/email/components/table.blade.php
Benjamin Beganović 6ca0841626
(wip) Default e-mail template (#3342)
* E-mail template

* Light & dark -email

* Light version of template & example-mail

* Add template with dark background

* Remove unused templates
2020-02-21 07:56:42 +11:00

3 lines
93 B
PHP

<div class="w-full table table-auto">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</div>