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

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Jun 17, 2022
1 parent 025e1e2 commit 81b2d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/owner/agen/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<a href="{{ route('agen.show', $agen->id) }}" class="btn btn-success btn-sm">
<i class="fas fa-address-card"></i> Lihat
</a>
<a href="{{ route('agen.edit', $agen->id) }}" class="btn btn-warning btn-sm">
{{-- <a href="{{ route('agen.edit', $agen->id) }}" class="btn btn-warning btn-sm">
<i class="fas fa-edit"></i> Edit
</a>
</a> --}}
</div>

{{-- <a href="javascript:;" class="btn btn-danger btn-circle m-1 addAttr"
Expand Down

0 comments on commit 81b2d58

Please sign in to comment.