delete.blade.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!-- Modal -->
  2. <div class="modal fade" id="deleteModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  3. <div class="modal-dialog" role="document">
  4. <div class="modal-content">
  5. <div class="modal-header bg-primary">
  6. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  7. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  8. <span aria-hidden="true">&times;</span>
  9. </button>
  10. </div>
  11. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  12. <div class="modal-body" style="overflow: hidden;">
  13. <form action="{{url()->full()}}/delete" method="GET" enctype="multipart/enctype">
  14. @csrf
  15. <input type="hidden" name="id" id="deid">
  16. <center>
  17. @include('dev.helpers.button.btnGroupHapus')
  18. </center>
  19. </form>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. <!-- Materi -->
  25. <div class="modal fade" id="deleteMateri" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  26. <div class="modal-dialog" role="document">
  27. <div class="modal-content">
  28. <div class="modal-header bg-primary">
  29. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  30. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  31. <span aria-hidden="true">&times;</span>
  32. </button>
  33. </div>
  34. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  35. <div class="modal-body" style="overflow: hidden;">
  36. <form action="{{url()->full()}}/delete-materi" method="GET" enctype="multipart/enctype">
  37. @csrf
  38. <input type="hidden" name="id" id="deidMateri">
  39. <center>
  40. @include('dev.helpers.button.btnGroupHapus')
  41. </center>
  42. </form>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. <!-- Tujuan -->
  48. <div class="modal fade" id="deleteTujuan" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  49. <div class="modal-dialog" role="document">
  50. <div class="modal-content">
  51. <div class="modal-header bg-primary">
  52. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  53. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  54. <span aria-hidden="true">&times;</span>
  55. </button>
  56. </div>
  57. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  58. <div class="modal-body" style="overflow: hidden;">
  59. <form action="{{url()->full()}}/delete-tujuan" method="GET" enctype="multipart/enctype">
  60. @csrf
  61. <input type="hidden" name="id" id="deidTujuan">
  62. <center>
  63. @include('dev.helpers.button.btnGroupHapus')
  64. </center>
  65. </form>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. <!-- Metode -->
  71. <div class="modal fade" id="deleteMetode" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  72. <div class="modal-dialog" role="document">
  73. <div class="modal-content">
  74. <div class="modal-header bg-primary">
  75. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  76. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  77. <span aria-hidden="true">&times;</span>
  78. </button>
  79. </div>
  80. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  81. <div class="modal-body" style="overflow: hidden;">
  82. <form action="{{url()->full()}}/delete-metode" method="GET" enctype="multipart/enctype">
  83. @csrf
  84. <input type="hidden" name="id" id="deidMetode">
  85. <center>
  86. @include('dev.helpers.button.btnGroupHapus')
  87. </center>
  88. </form>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. <!-- Group Perizinan -->
  94. <div class="modal fade" id="deleteGroupPerizinan" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  95. <div class="modal-dialog" role="document">
  96. <div class="modal-content">
  97. <div class="modal-header bg-primary">
  98. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  99. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  100. <span aria-hidden="true">&times;</span>
  101. </button>
  102. </div>
  103. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  104. <div class="modal-body" style="overflow: hidden;">
  105. <form action="{{url()->full()}}/delete-group-perizinan" method="GET" enctype="multipart/enctype">
  106. @csrf
  107. <input type="hidden" name="id" id="deidPerizinan">
  108. <center>
  109. @include('dev.helpers.button.btnGroupHapus')
  110. </center>
  111. </form>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. <!-- Kegiatan -->
  117. <div class="modal fade" id="deleteKegiatan" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  118. <div class="modal-dialog" role="document">
  119. <div class="modal-content">
  120. <div class="modal-header bg-primary">
  121. <h5 class="modal-title text-white" id="exampleModalLabel" style="margin-top: 6px;">HAPUS DATA</h5>
  122. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  123. <span aria-hidden="true">&times;</span>
  124. </button>
  125. </div>
  126. <div style="width: 100%; display: block; height: 1px; background-color: #dedede;"></div>
  127. <div class="modal-body" style="overflow: hidden;">
  128. <form action="{{url()->full()}}/delete-kegiatan" method="GET" enctype="multipart/enctype">
  129. @csrf
  130. <input type="hidden" name="id" id="deidKegiatan">
  131. <center>
  132. @include('dev.helpers.button.btnGroupHapus')
  133. </center>
  134. </form>
  135. </div>
  136. </div>
  137. </div>
  138. </div>