connection between docs or transactions added to recurring messages part #1pbthq3

This commit is contained in:
Sevan Nerse
2021-11-03 18:37:57 +03:00
parent 2087a2de3b
commit b6f5394bbd
7 changed files with 112 additions and 1 deletions

View File

@ -22,6 +22,16 @@
@endif
@stack('content_header_end')
@stack('recurring_message_start')
@if (!$hideRecurringMessage)
<x-transactions.show.recurring-message
type="{{ $type }}"
:transaction="$transaction"
text-recurring-type="{{ $textRecurringType }}"
/>
@endif
@stack('recurring_message_end')
@stack('transaction_start')
<x-transactions.show.transaction
type="{{ $type }}"