Recurring template show pages remove delete link..

This commit is contained in:
Cüneyt Şentürk 2022-06-13 22:50:07 +03:00
parent 709d6b12f4
commit 445f151c15
4 changed files with 5 additions and 6 deletions

View File

@ -8,7 +8,7 @@
</x-slot>
<x-slot name="buttons">
<x-transactions.show.buttons type="{{ $recurring_transaction->type }}" :transaction="$recurring_transaction" />
<x-transactions.show.buttons type="{{ $recurring_transaction->type }}" :transaction="$recurring_transaction" hide-divider4 hide-button-delete />
</x-slot>
<x-slot name="moreButtons">
@ -21,8 +21,8 @@
hide-button-share
hide-button-email
hide-divider-2
hide-button-delete
hide-divider-4
hide-button-delete
/>
</x-slot>

View File

@ -130,8 +130,6 @@
<x-dropdown.link href="{{ route($endRoute, $document->id) }}">
{{ trans('recurring.end') }}
</x-dropdown.link>
<x-dropdown.divider />
@endif
@stack('end_button_end')

View File

@ -17,7 +17,6 @@
:document="$recurring_bill"
hide-divider1
hide-divider2
hide-divider3
hide-divider4
hide-email
hide-share
@ -25,6 +24,7 @@
hide-print
hide-pdf
hide-cancel
hide-delete
/>
</x-slot>

View File

@ -17,13 +17,14 @@
:document="$recurring_invoice"
hide-divider1
hide-divider2
hide-divider3
hide-divider4
hide-email
hide-share
hide-customize
hide-print
hide-pdf
hide-cancel
hide-delete
/>
</x-slot>