akaunting 3.0 (the last dance)
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
<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') }}
|
||||
<div class="sm:col-span-6 mb-8">
|
||||
<x-form.group.textarea
|
||||
name="notes"
|
||||
label="{{ trans_choice('general.notes', 2) }}"
|
||||
:value="$note"
|
||||
not-required
|
||||
class="form-element border-0 bg-transparent px-0 rounded-none resize-none"
|
||||
form-label-class="lg:text-lg"
|
||||
form-group-class="border-b pb-2 mb-3.5"
|
||||
rows="1"
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user