Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rafael Kurniawan
PBL_Promosi
Commits
c24cb7e7
Commit
c24cb7e7
authored
1 year ago
by
Shafwan Eksa Jayadi
Browse files
Options
Download
Email Patches
Plain Diff
Main Project
parent
7d6169c2
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/Superadmin/admin2.blade.php
+7
-1
resources/views/Superadmin/admin2.blade.php
with
7 additions
and
1 deletion
+7
-1
resources/views/Superadmin/admin2.blade.php
View file @
c24cb7e7
...
...
@@ -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']) }}"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help