2022-06-01 10:15:55 +03:00
|
|
|
<x-layouts.print>
|
|
|
|
<x-slot name="title">
|
|
|
|
{{ trans_choice('general.invoices', 1) . ': ' . $invoice->document_number }}
|
|
|
|
</x-slot>
|
2019-12-25 19:09:04 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="content">
|
|
|
|
<x-documents.template.classic
|
|
|
|
type="invoice"
|
|
|
|
:document="$invoice"
|
|
|
|
/>
|
|
|
|
</x-slot>
|
|
|
|
</x-layouts.print>
|