2022-06-01 10:15:55 +03:00
|
|
|
<x-layouts.admin>
|
|
|
|
<x-slot name="title">
|
|
|
|
{{ trans('general.title.edit', ['type' => trans_choice('general.invoices', 1)]) }}
|
|
|
|
</x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="content">
|
|
|
|
<x-documents.form.content type="invoice" :document="$invoice" />
|
|
|
|
</x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2021-05-12 19:17:07 +03:00
|
|
|
<x-documents.script type="invoice" :items="$invoice->items()->get()" :document="$invoice" />
|
2022-06-01 10:15:55 +03:00
|
|
|
</x-layouts.admin>
|