Fixed Taxes pages favorite button action issue ( #86bw9fq7w )

This commit is contained in:
Cüneyt Şentürk 2023-11-03 11:57:25 +03:00
parent 0d0e8820e4
commit e7154d2b7f
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">