Advertisement
Zidan8376

Untitled

Jan 3rd, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1.  
  2. <button onclick="showMdlChangePass('{{ $item->ID_USER }}', '{{ $item->USERNAME_USER }}', '{{ $item->ID_ROLE }}', '{{ ($item->ID_ROLE == 3) ? $item->ID_LOCATION : (($item->ID_ROLE == 2) ? $item->ID_REGIONAL : $item->ID_AREA) }}', '{{ $item->KTP_USER }}', '{{ $item->NAME_USER }}', '{{ $item->EMAIL_USER }}', '{{ $item->TELP_USER }}', '{{ $item->deleted_at }}')" class="btn btn-primary btn-sm">
  3. <i class="flaticon-381-key"></i>
  4. </button>
  5. <button onclick="showMdlEdit('{{ $item->ID_USER }}', '{{ $item->USERNAME_USER }}', '{{ $item->ID_ROLE }}', '{{ ($item->ID_ROLE == 3) ? $item->ID_LOCATION : (($item->ID_ROLE == 4) ? $item->ID_REGIONAL : $item->ID_AREA) }}', '{{ $item->KTP_USER }}', '{{ $item->NAME_USER }}', '{{ $item->EMAIL_USER }}', '{{ $item->TELP_USER }}', '{{ $item->deleted_at }}')" class="btn btn-primary btn-sm">
  6. <i class="flaticon-381-edit-1"></i>
  7. </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement