Akaunting/resources/views/components/documents/form/note.blade.php

4 lines
254 B
PHP
Raw Normal View History

2020-12-23 22:28:38 +00:00
<div class="row embed-card-body-footer">
{{ Form::textareaGroup('notes', trans_choice('general.notes', 2), '', $notesSetting, ['rows' => '3', 'class' => 'form-control embed-card-body-footer-textarea'], 'col-md-12 embed-acoordion-textarea') }}
2020-12-23 22:28:38 +00:00
</div>