change_password.blade.php 574 B

12345678910111213141516171819202122232425262728
  1. @extends('modal_pages.base')
  2. <style>
  3. .listFlag{
  4. height: 20px;
  5. border-radius: 50%;
  6. width: 20px;
  7. margin-right: 5px;
  8. }
  9. </style>
  10. @section('main')
  11. <div class="container mt-3" style="background-color: white; border-radius: 6px;">
  12. <div class="row">
  13. <div class="co-md-12 p-3">
  14. test
  15. </div>
  16. </div>
  17. </div>
  18. <script>
  19. $(function(){
  20. // $('.select2').select2();
  21. $('#modal_page_footer').hide();
  22. )};
  23. </script>
  24. @endsection