Commit c24cb7e7 authored by Shafwan Eksa Jayadi's avatar Shafwan Eksa Jayadi
Browse files

Main Project

parent 7d6169c2
No related merge requests found
Showing with 7 additions and 1 deletion
+7 -1
......@@ -122,7 +122,7 @@ class="rounded-circle mr-1">
<th scope="col">Tambah Admin Destinasi</th>
<th scope="col">Mengajukan Destinasi</th>
<th scope="col">Konfirmasi Tiket</th>
<th scope="col">Tools</th>
<th scope="col">Tools(Nonaktif)</th>
</tr>
</thead>
<tbody>
......@@ -209,6 +209,12 @@ class="btn btn-icon btn-warning">
</a>
</td>
@endif
{{-- <td>
<a class="btn btn-danger btn-action"
href="{{ url('superadmin/daftar-admin/nonaktif/' . $item['id']) }}">
<i class="fas fa-trash"></i>
</a>
</td> --}}
<td>
<a class="btn btn-danger btn-action"
href="{{ url('superadmin/daftar-admin/hapus/' . $item['id']) }}">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment