update bindle form

This commit is contained in:
HolgerHatGarKeineNode
2023-08-02 18:34:33 +02:00
parent 90f789cc58
commit d67fc518ba
3 changed files with 55 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
<div class="py-6">
@if(auth()->id() == config('portal.bonus.fiat-tracker-user-id'))
<x-button icon="plus"
:href="route('library.libraryItem.form', ['country' => 'de'])">
:href="route('library.libraryItem.form', ['country' => 'de', 'isBindle' => true])">
{{ __('Neues Bindle hochladen') }}
</x-button>
@endif