|
@@ -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;">
|
|
@@ -863,12 +863,18 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="col-md-4 bg-white rounded p-2 ms-2" style="width: 32.4%;">
|
|
|
<div class="row">
|
|
|
<div class="col-md-12 mt-2">
|
|
|
- <span class="title p-2" style="margin-bottom: 0px !important; font-weight:bold !important;">Profile</span>
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">
|
|
|
- <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
- <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo16" style="padding: 2px 5px !important; font-size: 11px; margin-left:18rem;"><i class="fa fa-pencil"></i></button>
|
|
|
- </a>
|
|
|
- </span>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <div class="left" style="width: 90%;">
|
|
|
+ <span class="title p-2" style="margin-bottom: 0px !important; font-weight:bold !important;">Profile</span>
|
|
|
+ </div>
|
|
|
+ <div class="right" style="width: 10%;">
|
|
|
+ <span class="title" style="font-size:11px; font-weight: 600;">
|
|
|
+ <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
+ <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo16" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
|
|
|
+ </a>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="single_glance_row mt-5" style="border-bottom: 1px solid #e8eef1;">
|
|
|
<div class="col-md-12">
|
|
|
<div id="demo16" class="collapse mt-2">
|
|
@@ -954,7 +960,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="col-md-2 bg-white rounded p-2 ms-4" style="width:25%;">
|
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
- <h6 style="padding: 13px 10px 0px; margin-bottom: 0px;">Research Interest</h6>
|
|
|
+ <h6 style="padding: 13px 10px 0px; margin-bottom: 0px;">Research Interest</h6>
|
|
|
<div class="col-md-12 mt-2">
|
|
|
<div class="mb-2">
|
|
|
<div class="form-icon position-relative p-2" style="display: flex;">
|
|
@@ -962,17 +968,20 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<button class="btn btn2" style="margin-left: -3.4rem; border-radius: 0px 6px 6px 0px">Add</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="left mb-2">
|
|
|
- <div class="single_glance_row mt-4">
|
|
|
- <div>
|
|
|
- <span class="title" style="font-size:11px;">Business 1</span>
|
|
|
- <span class="title" style="font-size:11px; margin-left: 11.4rem;">
|
|
|
- <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
- <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo17" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
|
|
|
- </a>
|
|
|
- </span>
|
|
|
+ <div class="single_glance_row mt-4">
|
|
|
+ <div style="display: flex;">
|
|
|
+ <div class="left" style="width: 90%;">
|
|
|
+ <span class="title" style="font-size:11px;">Business 1</span>
|
|
|
+ </div>
|
|
|
+ <div class="right" style="width: 10%;">
|
|
|
+ <span class="title" style="font-size:11px;">
|
|
|
+ <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
|
|
|
+ <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo17" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
|
|
|
+ </a>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="col-md-12">
|
|
|
+ <div class="col-md-12">
|
|
|
<div id="demo17" class="collapse mt-2">
|
|
|
<div class="panel-body" style="padding:10px; background-color: #4b4c6824; border: 1px solid #e9e5e5; border-radius: 5px;">
|
|
|
<form method="POST" action="">
|
|
@@ -989,18 +998,19 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="text-end">
|
|
|
<button class="btn btn2">Update</button>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div><!--end col-->
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div><!--end col-->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div><!--end teb pane-->
|
|
|
</div><!--end tab content-->
|