Skip to content

Commit b4d256a

Browse files
committed
Add link
1 parent 1f6f22a commit b4d256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/support/tickets/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@forelse($supportTickets as $ticket)
4040
<tr>
4141
<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>
42+
<a href="{{ route('support.tickets.show', $ticket) }}" class="text-violet-600">#{{ $ticket->mask }}</a>
4343
</td>
4444
<td class="whitespace-nowrap px-6 py-4 text-sm text-gray-700 dark:text-gray-300">
4545
{{ $ticket->subject }}

0 commit comments

Comments
 (0)