2022-06-01 07:15:55 +00:00
|
|
|
<x-form.section>
|
|
|
|
|
<x-slot name="head">
|
|
|
|
|
<x-form.section.head title="{{ trans($textSectionMainTitle) }}" description="{{ trans($textSectionMainDescription) }}" />
|
|
|
|
|
</x-slot>
|
2020-12-29 14:13:06 +00:00
|
|
|
|
2022-06-01 07:15:55 +00:00
|
|
|
<x-slot name="body">
|
|
|
|
|
<x-documents.form.metadata type="{{ $type }}" />
|
2020-12-23 22:28:38 +00:00
|
|
|
|
2022-06-01 07:15:55 +00:00
|
|
|
<x-documents.form.items type="{{ $type }}" />
|
2020-12-23 22:28:38 +00:00
|
|
|
|
2022-06-01 07:15:55 +00:00
|
|
|
<x-documents.form.totals type="{{ $type }}" />
|
2020-12-23 22:28:38 +00:00
|
|
|
|
2022-06-01 07:15:55 +00:00
|
|
|
<x-documents.form.note type="{{ $type }}" />
|
|
|
|
|
</x-slot>
|
|
|
|
|
</x-form.section>
|