|
@@ -391,7 +391,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</li><!--end nav item-->
|
|
|
|
|
|
<li class="nav-item">
|
|
|
- <a class="nav-link" id="dentalcare" data-bs-toggle="pill" href="#dental" role="tab" aria-controls="dental" aria-selected="false">
|
|
|
+ <a class="nav-link" id="application" data-bs-toggle="pill" href="#applicate" role="tab" aria-controls="dental" aria-selected="false">
|
|
|
<div class="text-start py-1 px-2" style="display:flex;">
|
|
|
<i class="fa fa-graduation-cap ms-3" style="font-size: 11px; margin-top: 3px;"></i>
|
|
|
<h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Application</h6>
|
|
@@ -459,7 +459,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div><!--end teb pane-->
|
|
|
|
|
|
- <div class="tab-pane fade show p-2 rounded" id="dental" role="tabpanel" aria-labelledby="dentalcare">
|
|
|
+ <div class="tab-pane fade show p-2 rounded" id="applicate" role="tabpanel" aria-labelledby="application">
|
|
|
<form method="POST" action="" style="padding: 10px; background-color: #16183f69; border-radius: 5px 5px 0px 0px;">
|
|
|
<div class="row">
|
|
|
<div class="col-md-3">
|
|
@@ -529,30 +529,30 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<tr>
|
|
|
<td style="font-size: 11px;">{{$key+1}}</td>
|
|
|
<td>
|
|
|
- <div style="font-size: 11px; font-weight: 900; display:block;">
|
|
|
+ <div style="font-size: 11px; font-weight: 900; color: black;">
|
|
|
<span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
|
|
|
</div>
|
|
|
- <div style="font-size: 11px; font-weight: 600; display:block;">
|
|
|
- <a href="" class="">{{cn($row,'teacher_details.ref_no','')}}<span style="color:#626262 !important;">(Apply Ref.)</span></a>
|
|
|
+ <div style="font-size: 11px;">
|
|
|
+ <a href="" class="" style="color: black;">{{cn($row,'teacher_details.ref_no','')}}<span> (Apply Ref.) </span></a>
|
|
|
</div>
|
|
|
- <div style="font-size: 11px; font-weight: 600; display:block;">
|
|
|
- <span>{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>
|
|
|
+ <div style="font-size: 11px;">
|
|
|
+ <span style="color: black;">{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="font-size: 11px;">
|
|
|
<div style="font-size: 11px; font-weight: 600; display:block;">
|
|
|
- <span>{{cn($row,'institutes.institution','')}}</span>
|
|
|
+ <span style="color: black;">{{cn($row,'institutes.institution','')}}</span>
|
|
|
</div>
|
|
|
- <div style="font-size: 11px; font-weight: 600; display:block;">
|
|
|
- <span>{{date('M Y',strtotime(cn($row,'institutes.start_date','')))}} - {{date('M Y',strtotime(cn($row,'institutes.end_date','')))}}</span>
|
|
|
+ <div style="font-size: 11px;">
|
|
|
+ <span style="color: black;">{{date('M Y',strtotime(cn($row,'institutes.start_date','')))}} - {{date('M Y',strtotime(cn($row,'institutes.end_date','')))}}</span>
|
|
|
</div>
|
|
|
- <div class="mt-1" style="font-size: 11px; display:block;">
|
|
|
+ <div class="mt-1" style="font-size: 11px;">
|
|
|
<span class="label_badge_gpa">{{cn($row,'institutes.result','')}} (GPA)</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td style="font-size: 11px; font-weight: 600; text-align:center;">{{cn($row,'scores.test_name','')}}
|
|
|
+ <td style="font-size: 11px; text-align:center; color: black;">{{cn($row,'scores.test_name','')}}
|
|
|
<div style="font-size: 11px;">
|
|
|
- <span>{{cn($row,'scores.overall_score','')}}</span>
|
|
|
+ <span style="color: black;">{{cn($row,'scores.overall_score','')}}</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="font-size: 11px; text-align:center;">
|
|
@@ -566,7 +566,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
@endphp
|
|
|
{{--<span class="label_badge_work">@if($years) {{$years}} years @endif</span>--}}
|
|
|
</div>
|
|
|
- <div style="font-size: 11px; font-weight: 600; display:block;">
|
|
|
+ <div style="font-size: 11px; display:block;">
|
|
|
@if(empty($row->work_experience->end_date))
|
|
|
{{--<span>{{date('M Y', strtotime($row->work_experience->start_date))}} - continue</span>--}}
|
|
|
@endif
|
|
@@ -574,12 +574,12 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</td>
|
|
|
<td style="font-size: 11px;">
|
|
|
<div class="inner_right">
|
|
|
- <a href="{{ url('title') }}"><strong style="font-size:11px; color:#6e6b7b;">{{cn($row,'proposal.title','')}}</strong></a></br>
|
|
|
- <span>{{cn($row,'proposal.methology','')}}</span>
|
|
|
+ <a href="{{ url('title') }}"><strong style="font-size:11px; color:black;">{{cn($row,'proposal.title','')}}</strong></a></br>
|
|
|
+ <span style="color:black;">{{cn($row,'proposal.methology','')}}</span>
|
|
|
<span>.</span>
|
|
|
- <span>{{cn($row,'proposal.department','')}}</span>
|
|
|
+ <span style="color:black;">{{cn($row,'proposal.department','')}}</span>
|
|
|
<span>.</span>
|
|
|
- <span>{{cn($row,'proposal.status','')}}</span>
|
|
|
+ <span style="color:black;">{{cn($row,'proposal.status','')}}</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="font-size: 11px; text-align:center;">
|