Israat Zarin 1 year ago
parent
commit
2671a78ee0

+ 12 - 12
resources/views/teacher/load_application.blade.php

@@ -22,26 +22,26 @@
                             <div style="font-size: 12px; font-weight: 600; color: black; text-transform: capitalize;">
                                 <span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
                             </div>
-                            <div style="font-size: 11px;">
-                                <a href="" class="" style="color: black;"><span>Apply Ref : {{$row->student_apply_ref ?? "N/A"}} </span></a>
+                            <div style="font-size: 11.5px;">
+                                <a href="" class="" style="color: #868e96;"><span>Ref : {{$row->student_apply_ref ?? "N/A"}} </span></a>
                             </div>
-                            <div style="font-size: 11px;">
-                                <span style="color: black;">Applied : {{utc_to_ltz($row->submitted_date, 'd M Y g:i A', local_tz($user))}}</span>
+                            <div style="font-size: 11.5px;">
+                                <span style="color: #868e96;">Applied : {{utc_to_ltz($row->submitted_date, 'd M Y g:i A', local_tz($user))}}</span>
                             </div>
                         </td>
-                        <td style="font-size: 11px;">
-                            <div style="font-size: 11px; font-weight: 600; display:block;">
+                        <td style="font-size: 11.5px;">
+                            <div style="font-size: 11.5px; font-weight: 600; display:block;">
                                 <span style="color: black;">{{cn($row,'institutes.institution','')}}</span>
                             </div>
-                            <div style="font-size: 11px;">
-                                <span style="color: black;">P Year :  {{cn($row,'institutes.passing_year','N/A')}} </span>
+                            <div style="font-size: 11.5px;">
+                                <span style="color: black;">Passing Year :  {{cn($row,'institutes.passing_year','N/A')}} </span>
                             </div>
-                            <div class="mt-1" style="font-size: 11px;">
+                            <div class="mt-1" style="font-size: 11.5px;">
                                 <span class="label_badge_gpa">{{cn($row,'institutes.result','')}} (GPA)</span>
                             </div>
                         </td>
-                        <td style="font-size: 11px; text-align:center; color: black;">{{cn($row,'scores.test_name','N/A')}} - {{cn($row,'scores.overall_score','')}}
-                            <div style="font-size: 11px;">
+                        <td style="font-size: 11.5px; text-align:center; color: black;">{{cn($row,'scores.test_name','N/A')}} - {{cn($row,'scores.overall_score','')}}
+                            <div style="font-size: 11.5px;">
                                 <span style="color: black;">
                                 @php
                                         $work_history_first =$row->work_experience_date()->whereNotNull('start_date')->oldest()->first();
@@ -65,7 +65,7 @@
                                         @endphp
 
                                         <div class="mt-1" style="font-size: 11px; display:block;">
-                                            <span class="label_badge_work">{{$years}} years</span>
+                                            <span class="label_badge_work"><i class="fa fa-briefcase" style="color: rgb(152, 152, 152); margin-right: 5px;"></i>{{$years}} years</span>
                                         </div>
                                 </span>
                             </div>

+ 3 - 3
resources/views/teacher_profile.blade.php

@@ -189,17 +189,17 @@ tbody, td, tfoot, th, thead, tr {
     line-height: 1.3;
     letter-spacing: .2px;
     font-weight: 600;
-    background-color:#e2edff;
+    background-color: #e5f3ff;
 }
 .label_badge_work {
-    color: #10bd77;
     border-radius: 20px;
     padding: 1px 10px;
     font-size: 11px;
     line-height: 1.3;
     letter-spacing: .2px;
     font-weight: 600;
-    background-color:#dffff2;;
+    background: #e5ebf7;
+    color: #2466dc;
 }
 .ms-5 {
     margin-left: 2.4rem!important;