|
@@ -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>
|