Browse Source

Accept Status modified

Md.Mostafijur Rahman 1 year ago
parent
commit
b4a8285aa6

+ 4 - 3
resources/views/supervisor/layouts/bottom.blade.php

@@ -27,7 +27,7 @@
 <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
 <script src="{{ asset('css/clipboard/dist/clipboard.min.js')}}"></script>
 
- 
+
 <script>
   function fetch_sub_content(selector, url, args=null){
 
@@ -146,10 +146,11 @@
       });
 
       } //End of ajax form definition
- 
+
 
   // let answer = document.getElementById("interest").contentEditable;
   // document.getElementById("demo").innerHTML = answer;
+
 </script>
 
-@stack('js')
+@stack('js')

+ 3 - 6
resources/views/supervisor/load_application.blade.php

@@ -37,7 +37,7 @@
                             </div>
                         </td>
                         <td style="font-size: 11.5px; width: 17%;">
-                            <div style="display:flex;"> 
+                            <div style="display:flex;">
                                 <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
                                     <div style="font-size: 11.5px; font-weight: 600; display:block;">
                                         <span style="color: black;">{{cn($row,'institutes.institution','')}}</span>
@@ -169,13 +169,10 @@
     </div>
 @endif
 
-
-
-@push('js') 
 <script>
     $(function(){
         $('.accept_status_update').on('click', function(){
-           
+
             var self =$(this);
             var id =self.data('id');
 
@@ -215,4 +212,4 @@
 </script>
 
 
-@endpush
+