2022-06-01 10:15:55 +03:00
|
|
|
<div class="sm:col-span-6 mb-8">
|
|
|
|
<x-form.group.textarea
|
|
|
|
name="notes"
|
|
|
|
label="{{ trans_choice('general.notes', 2) }}"
|
2022-06-03 09:46:54 +03:00
|
|
|
:value="$notes"
|
2022-06-01 10:15:55 +03:00
|
|
|
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"
|
|
|
|
/>
|
2020-12-24 01:28:38 +03:00
|
|
|
</div>
|