broken page fixed
This commit is contained in:
parent
fa665ff407
commit
bfd1f11fb9
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
<x-slot name="buttons">
|
<x-slot name="buttons">
|
||||||
@can('create-banking-transactions')
|
@can('create-banking-transactions')
|
||||||
<<x-link href="{{ route('transactions.create', ['type' => 'income']) }}" kind="primary">
|
<x-link href="{{ route('transactions.create', ['type' => 'income']) }}" kind="primary">
|
||||||
{{ trans('general.title.new', ['type' => trans_choice('general.incomes', 1)]) }}
|
{{ trans('general.title.new', ['type' => trans_choice('general.incomes', 1)]) }}
|
||||||
</<x-link>
|
</x-link>
|
||||||
|
|
||||||
<<x-link href="{{ route('transactions.create', ['type' => 'expense']) }}" kind="primary">
|
<x-link href="{{ route('transactions.create', ['type' => 'expense']) }}" kind="primary">
|
||||||
{{ trans('general.title.new', ['type' => trans_choice('general.expenses', 1)]) }}
|
{{ trans('general.title.new', ['type' => trans_choice('general.expenses', 1)]) }}
|
||||||
</<x-link>
|
</x-link>
|
||||||
@endcan
|
@endcan
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user