Fixed Taxes pages favorite button action issue ( #86bw9fq7w )
This commit is contained in:
parent
0d0e8820e4
commit
e7154d2b7f
|
|
@ -6,7 +6,7 @@
|
|||
<x-slot name="favorite"
|
||||
title="{{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}"
|
||||
icon="percent"
|
||||
route="tax_rates.create"
|
||||
route="taxes.create"
|
||||
></x-slot>
|
||||
|
||||
<x-slot name="content">
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<x-slot name="favorite"
|
||||
title="{{ trans_choice('general.tax_rates', 2) }}"
|
||||
icon="percent"
|
||||
route="tax_rates.index"
|
||||
route="taxes.index"
|
||||
></x-slot>
|
||||
|
||||
<x-slot name="buttons">
|
||||
|
|
|
|||
Loading…
Reference in New Issue