Skip to content

Commit

Permalink
Fixed Taxes pages favorite button action issue ( #86bw9fq7w )
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 3, 2023
1 parent 0d0e882 commit e7154d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/settings/taxes/create.blade.php
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/settings/taxes/index.blade.php
Expand Up @@ -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">
Expand Down

0 comments on commit e7154d2

Please sign in to comment.