Skip to content

Commit

Permalink
Fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDeepu committed Aug 7, 2024
1 parent 88dab54 commit f198d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/registration/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{{ $registration->transaction ? ($registration->transaction->status ? 'Paid' : 'Pending') : 'Nil' }}
</td>
<td class="whitespace-nowrap px-6 py-4">
<x-link href="{{ route('export', $registration) }}" target="_blank">
<x-link href="{{ route('registration.show', $registration) }}">
<svg class="feather feather-check-square mr-1 h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 11 12 14 22 4"></polyline>
Expand Down

0 comments on commit f198d8c

Please sign in to comment.