Fixed signed invoice in transaction wrong link ( #39nya3z )
This commit is contained in:
		@@ -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', [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user