fixed transaction create favorite url

This commit is contained in:
Cüneyt Şentürk 2022-09-13 00:39:12 +03:00
parent 4c98bd661e
commit d45305585d

View File

@ -7,7 +7,7 @@
<x-slot name="favorite"
title="{{ trans('general.title.new', ['type' => trans_choice('general.' . Str::plural($type), 1)]) }}"
icon="{{ $fav_icon }}"
url="route('transactions.create', ['type' => $type]) }}"
url="{{ route('transactions.create', ['type' => $type]) }}"
></x-slot>
<x-slot name="content">