transaction show page file updated..
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<div class="row">
|
||||
@stack('row_footer_histories_start')
|
||||
@if (!$hideFooterHistories)
|
||||
<div class="{{ $classFooterHistories }}">
|
||||
<x-transactions.show.histories
|
||||
type="{{ $type }}"
|
||||
:transaction="$transaction"
|
||||
:histories="$histories"
|
||||
text-histories="{{ $textHistories }}"
|
||||
/>
|
||||
</div>
|
||||
@endif
|
||||
@stack('row_footer_histories_end')
|
||||
</div>
|
Reference in New Issue
Block a user