|
@@ -244,7 +244,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="single_glance_row mt-1" style="display: flex; width: 100%;">
|
|
|
+ <div class="single_glance_row mt-1" style="width: 100%; padding: 13px 9px 20px;">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Work Experience:</span>
|
|
|
|
|
|
@php
|
|
@@ -270,7 +270,7 @@
|
|
|
@endphp
|
|
|
@if($proposal_details->student_details->is_work_experience ==1)
|
|
|
<span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px; position: absolute !important; right: 23px;">{{$years}} years</span>
|
|
|
- <span style="font-size: 12px; color: #868e96;">
|
|
|
+ <span style="margin-top: 18px; font-size: 11px; color: #868e96; margin-left: 3px; position: absolute !important; right: 23px;">
|
|
|
({{ dDate($work_history_first->start_date) }} - {{dDate($work_history_last->end_date, 'd M Y', 'Continue')}})
|
|
|
</span>
|
|
|
@else
|