12345678910111213141516171819202122232425262728 |
- @extends('modal_pages.base')
- <style>
- .listFlag{
- height: 20px;
- border-radius: 50%;
- width: 20px;
- margin-right: 5px;
- }
- </style>
- @section('main')
-
- <div class="container mt-3" style="background-color: white; border-radius: 6px;">
- <div class="row">
- <div class="co-md-12 p-3">
- test
-
- </div>
- </div>
- </div>
- <script>
-
- $(function(){
- // $('.select2').select2();
- $('#modal_page_footer').hide();
-
- )};
- </script>
- @endsection
|