Israat Zarin 1 год назад
Родитель
Сommit
3c41e6466b

BIN
public/uploads/proposal/1683724801documentfile_.docx


BIN
public/uploads/proposal/1683725942documentfile_.docx


+ 2 - 2
resources/views/admin/sub_contents/load_department.blade.php

@@ -8,11 +8,11 @@
     </div>
     <div class="right" style="width: 20%;">
         <span class="title" style="font-size:11px; font-weight: 600;"> 
-            <button type="button" class="btn btn2 edit_department" data-id="{{$row->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
+            <button type="button" class="btn btn2 edit_department mb-1" data-id="{{$row->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
            
         </span>
         <span class="title" style="font-size:11px; font-weight: 600;">
-            <button type="button" class="btn btn2 delete_department" data-id="{{$row->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-trash"></i></button>
+            <button type="button" class="btn btn2 delete_department mb-1" data-id="{{$row->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-trash" style="margin-left:2px;"></i></button>
         </span>
     </div>
 </div>      

+ 1 - 1
resources/views/admin/sub_contents/load_ref_no_available_info.blade.php

@@ -10,7 +10,7 @@
                     <img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($teacher,'university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
                     @else
                     <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 47px; width: 56px; margin-top: 9px !important;">
-                    <p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">DD</p>
+                        <p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">DD</p>
                     </div>
                     @endif
                     <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">

+ 16 - 10
resources/views/modal_pages/view_apply_proposal.blade.php

@@ -9,19 +9,25 @@
                     @if(cn($std_proposal,'teacher_details.university','')) 
                         <img class="img-responsive listFlag" style="border-radius: 20px; padding: 0px;height: 37px;width: 37px;" src="{{ asset('/assets/img/flags/4x3').'/'.strtolower(cn($std_proposal,'teacher_details.university.country.iso_3166_2','')).'.svg' }}" alt="Flag" data-toggle="tooltip" title="" data-placement="top">
                     @endif
-                
-                    <span style="margin: 0px;">{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}</span>
+                    <div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 47px; width: 70px; margin-top: 9px !important;">
+                        <p style="color:white; font-weight:600 !important; letter-spacing: 2px; text-align: center; margin-top: -8px; font-size: 17px;">DD</p>
+                    </div>
+                    
+                    <div class="alert" style="background-color:white; padding: 3px 7px; margin-bottom: 0px;">
+                        <span style="margin: 0px;">{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}</span></br>
+                        <span class="text-muted" style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
+                        @if(isset($std_proposal->teacher_details->department_name))
+                            <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
+                        @else
+                            <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
+                        @endif 
+                        <span> . </span>
+                        <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
+                    </div>
                 </div>
                 </br>
                 
-                <span class="text-muted" style="font-weight: 500;">{{cn($std_proposal,'teacher_details.designation','')}}</span></br>
-                @if(isset($std_proposal->teacher_details->department_name))
-                    <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.department_name.name','')}}</span>
-                @else
-                    <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.others_department','')}}</span>
-                @endif 
-                <span> . </span>
-                <span class="text-muted" style="font-weight: 500; font-size: 10px;">{{cn($std_proposal,'teacher_details.university.name','')}} </span>
+                
             </div>
         </div>