We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6f22a commit b4d256aCopy full SHA for b4d256a
resources/views/support/tickets/index.blade.php
@@ -39,7 +39,7 @@
39
@forelse($supportTickets as $ticket)
40
<tr>
41
<td class="whitespace-nowrap px-6 py-4 text-sm font-medium text-gray-900 dark:text-white">
42
- <a href="#" class="text-violet-600">#{{ $ticket->mask }}</a>
+ <a href="{{ route('support.tickets.show', $ticket) }}" class="text-violet-600">#{{ $ticket->mask }}</a>
43
</td>
44
<td class="whitespace-nowrap px-6 py-4 text-sm text-gray-700 dark:text-gray-300">
45
{{ $ticket->subject }}
0 commit comments