Added user show page

This commit is contained in:
Cüneyt Şentürk
2023-05-10 11:39:22 +03:00
parent 38bbf8d6b2
commit 97137ec0bf
4 changed files with 260 additions and 6 deletions

View File

@ -46,7 +46,7 @@
<x-table.tbody>
@foreach($users as $item)
<x-table.tr href="{{ route('users.edit', $item->id) }}">
<x-table.tr href="{{ route('users.show', $item->id) }}">
<x-table.td kind="bulkaction">
<x-index.bulkaction.single
id="{{ $item->id }}"