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

15 lines
465 B
PHP
Raw Normal View History

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>
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>