15 lines
353 B
PHP
Raw Permalink Normal View History

2022-06-01 10:15:55 +03:00
<x-layouts.print>
<x-slot name="title">
{{ trans_choice('general.bills', 1) . ': ' . $bill->document_number }}
</x-slot>
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-slot name="content">
<x-documents.template.ddefault
type="bill"
:document="$bill"
hide-discount
hide-footer
/>
</x-slot>
</x-layouts.print>