|
@@ -287,15 +287,39 @@
|
|
|
@endif
|
|
|
<span style="font-size: 11px; color: #868e96;"></span>
|
|
|
</div>
|
|
|
- <div class="single_glance_row mt-1" style="display: flex; width: 100%;">
|
|
|
+ <div class="single_glance_row_publication mt-1" style="display: flex; width: 100%;">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Do you have any Publication?</span>
|
|
|
- @if($proposal_details->student_details->is_publication ==1)
|
|
|
+ @if($proposal_details->student_details->is_publication ==1)
|
|
|
<span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px; position: absolute !important; right: 23px;">yes</span>
|
|
|
+
|
|
|
@else
|
|
|
<span class="label_badge_radius" style="background: #f1ac93 !important; color: #f80707; margin-left: 3px; position: absolute !important; right: 23px;">no</span>
|
|
|
@endif
|
|
|
<span style="font-size: 11px; color: #868e96;"></span>
|
|
|
</div>
|
|
|
+ @if($proposal_details->student_details->is_publication ==1)
|
|
|
+ <div class="education_body mt-1">
|
|
|
+ <div class="result" style="display: flex;">
|
|
|
+ @foreach($proposal_details->publications as $row)
|
|
|
+ <div class="result-part" style="font-size: 11px;">
|
|
|
+ <span class="single_point">{{$row->publication }}:
|
|
|
+ <span class="" style="font-weight: 700;background: #e7f3ea !important; color: #0ba52e;">
|
|
|
+ @if($row->status==1)
|
|
|
+ Published
|
|
|
+ @endif
|
|
|
+ @if($row->status==2)
|
|
|
+ Under Review
|
|
|
+ @endif
|
|
|
+ @if($row->status==3)
|
|
|
+ Draft stage
|
|
|
+ @endif
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ @endforeach
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|