Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
refactor(clean): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Sep 9, 2024
1 parent 1aaad6f commit fa51967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/admin/codes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<td>{{ $code["created_at"] }}</td>
<td>{{ $code["updated_at"] }}</td>
<td class="text-end">
<a href="/admin/codes/show/{{ $code["id"] }}" class="btn btn-warning rounded-3">نمایش</a>
<a href="/admin/codes/show/{{ $code["id"] }}"
class="btn btn-warning rounded-3">نمایش</a>
</td>
</tr>
@endforeach
Expand Down

0 comments on commit fa51967

Please sign in to comment.