15 lines
465 B
PHP
Raw Normal View History

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