1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/resources/views/portal/ninja2020/components/message.blade.php
Benjamin Beganović f118f3bfda
Show custom messages (#3616)
* Show custom messages

* Fix getSetting key

* Add custom messages support with variable parsing
2020-04-13 11:48:23 +10:00

3 lines
79 B
PHP

<div class="alert border-blue-500 bg-blue-50 mt-2 mb-4">
{{ $slot }}
</div>