mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Show account portal messages as placeholders for client textareas
This commit is contained in:
parent
20b5f66e3f
commit
5567015593
@ -247,6 +247,7 @@
|
||||
<div role="tabpanel" class="tab-pane" id="messages">
|
||||
@foreach (App\Models\Account::$customMessageTypes as $type)
|
||||
{!! Former::textarea('custom_messages[' . $type . ']')
|
||||
->placeholder($account->customMessage($type))
|
||||
->label($type) !!}
|
||||
@endforeach
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user