Skip to content

Commit

Permalink
fix(slug)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 12, 2024
1 parent d8d6e97 commit 9946cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/codes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@foreach($codes as $code)
<tr class="@if($code["user_id"] === user()["id"]) bg-success-subtle @endif">
<td>{{ $code["id"] }}</td>
<td>{{ $code["uuid"] }}</td>
<td>{{ $code["slug"] }}</td>
<td>{{ $code["user_id"] }}</td>
<td>{{ substr($code["code"], 0, 25) }}</td>
<td>{{ substr($code["title"], 0, 25) }}</td>
Expand Down

0 comments on commit 9946cd4

Please sign in to comment.