Fixed signed invoice in transaction wrong link ( #39nya3z )
This commit is contained in:
parent
27a43ebdd1
commit
9f35f72106
@ -105,7 +105,7 @@
|
||||
@foreach ($invoice->transactions as $transaction)
|
||||
<div class="my-2">
|
||||
<span>
|
||||
<x-link href="{{ \URL::signedRoute('portal.payments.show', [$transaction->id]) }}" class="text-black bg-no-repeat bg-0-2 bg-0-full hover:bg-full-2 bg-gradient-to-b from-transparent to-black transition-backgroundSize" override="class">
|
||||
<x-link href="{{ \URL::signedRoute('signed.payments.show', [$transaction->id]) }}" class="text-black bg-no-repeat bg-0-2 bg-0-full hover:bg-full-2 bg-gradient-to-b from-transparent to-black transition-backgroundSize" override="class">
|
||||
<x-date :date="$transaction->paid_at" />
|
||||
</x-link>
|
||||
- {!! trans('documents.transaction', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user