2022-06-01 10:15:55 +03:00
|
|
|
<x-layouts.print>
|
|
|
|
<x-slot name="title">
|
|
|
|
{{ trans_choice('general.transfers', 1) }}
|
|
|
|
</x-slot>
|
2021-07-09 23:36:41 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="content">
|
2022-06-29 00:38:59 +03:00
|
|
|
<x-transfers.template.ddefault :model="$transfer" />
|
2022-06-01 10:15:55 +03:00
|
|
|
</x-slot>
|
|
|
|
</x-layouts.print>
|