|
@@ -584,7 +584,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
<span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
|
|
<span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
|
|
</div>
|
|
</div>
|
|
<div style="font-size: 11px;">
|
|
<div style="font-size: 11px;">
|
|
- <a href="" class="" style="color: black;"><span class="label_badge_work"> {{$row->student_apply_ref}} </span></a>
|
|
|
|
|
|
+ <a href="" class="" style="color: black;"><span class="label_badge_work"> {{$row->student_apply_ref ?? "N/A"}} </span></a>
|
|
</div>
|
|
</div>
|
|
<div style="font-size: 11px;">
|
|
<div style="font-size: 11px;">
|
|
<span style="color: black;">{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>
|
|
<span style="color: black;">{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>
|
|
@@ -595,13 +595,13 @@ tbody, td, tfoot, th, thead, tr {
|
|
<span style="color: black;">{{cn($row,'institutes.institution','')}}</span>
|
|
<span style="color: black;">{{cn($row,'institutes.institution','')}}</span>
|
|
</div>
|
|
</div>
|
|
<div style="font-size: 11px;">
|
|
<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>
|
|
|
|
|
|
+ <span style="color: black;">{{date('M Y',strtotime(cn($row,'institutes.start_date','N/A')))}} - {{date('M Y',strtotime(cn($row,'institutes.end_date','N/A')))}}</span>
|
|
</div>
|
|
</div>
|
|
<div class="mt-1" style="font-size: 11px;">
|
|
<div class="mt-1" style="font-size: 11px;">
|
|
<span class="label_badge_gpa">{{cn($row,'institutes.result','')}} (GPA)</span>
|
|
<span class="label_badge_gpa">{{cn($row,'institutes.result','')}} (GPA)</span>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- <td style="font-size: 11px; text-align:center; color: black;">{{cn($row,'scores.test_name','')}}
|
|
|
|
|
|
+ <td style="font-size: 11px; text-align:center; color: black;">{{cn($row,'scores.test_name','N/A')}}
|
|
<div style="font-size: 11px;">
|
|
<div style="font-size: 11px;">
|
|
<span style="color: black;">{{cn($row,'scores.overall_score','')}}</span>
|
|
<span style="color: black;">{{cn($row,'scores.overall_score','')}}</span>
|
|
</div>
|
|
</div>
|
|
@@ -661,7 +661,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</td>
|
|
</td>
|
|
<td style="font-size: 11px; text-align:center;">
|
|
<td style="font-size: 11px; text-align:center;">
|
|
|
|
|
|
- <div class="top_part_status">
|
|
|
|
|
|
+ <div class="top_part_status">
|
|
@if($row->accepted_status==1 && $row->proposal_status ==1)
|
|
@if($row->accepted_status==1 && $row->proposal_status ==1)
|
|
<button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Reviewing</button>
|
|
<button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Reviewing</button>
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==2)
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==2)
|
|
@@ -673,14 +673,14 @@ tbody, td, tfoot, th, thead, tr {
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==5)
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==5)
|
|
<button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Interested</button>
|
|
<button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Interested</button>
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==6)
|
|
@elseif($row->accepted_status==1 && $row->proposal_status ==6)
|
|
- <button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Rejected</button>
|
|
|
|
|
|
+ <button class="btn btn2" style="padding: 1px 10px !important; font-size: 11px;">Rejected</button>
|
|
@else
|
|
@else
|
|
<button class="btn btn2 accept_status_update" data-id="{{$row->id}}" style="padding: 1px 10px !important; font-size: 11px;">Accept</button>
|
|
<button class="btn btn2 accept_status_update" data-id="{{$row->id}}" style="padding: 1px 10px !important; font-size: 11px;">Accept</button>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@if($row->proposal_status_date)
|
|
@if($row->proposal_status_date)
|
|
<br>
|
|
<br>
|
|
- <span style="font-size:11px; font-weight: bold;">{{date('d M Y H:i:A', strtotime($row->proposal_status_date))}}</span>
|
|
|
|
|
|
+ <span style="font-size:11px; font-weight: bold;">{{date('d M Y H:i:A', strtotime($row->proposal_status_date))}}</span>
|
|
|
|
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@@ -723,11 +723,11 @@ tbody, td, tfoot, th, thead, tr {
|
|
$submitted =\DB::table('student_proposals')->where(
|
|
$submitted =\DB::table('student_proposals')->where(
|
|
'student_id',$row->id
|
|
'student_id',$row->id
|
|
)->where(
|
|
)->where(
|
|
- 'teacher_id',$teacher_id
|
|
|
|
|
|
+ 'teacher_id',$teacher_id
|
|
)->where(
|
|
)->where(
|
|
'proposal_submit_status',1
|
|
'proposal_submit_status',1
|
|
)->orderBy('id','DESC')->first();
|
|
)->orderBy('id','DESC')->first();
|
|
- @endphp
|
|
|
|
|
|
+ @endphp
|
|
@if(!empty($submitted->submitted_date)) {{ date('d M Y h.i A', strtotime($submitted->submitted_date)) }} @else -- @endif
|
|
@if(!empty($submitted->submitted_date)) {{ date('d M Y h.i A', strtotime($submitted->submitted_date)) }} @else -- @endif
|
|
</td>
|
|
</td>
|
|
<td style="font-size: 11px;">
|
|
<td style="font-size: 11px;">
|
|
@@ -991,33 +991,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div><!--end col-->
|
|
</div><!--end col-->
|
|
</div>
|
|
</div>
|
|
</div><!--end col-->
|
|
</div><!--end col-->
|
|
- <!-- <div class="col-md-3 bg-white rounded p-2 ms-4">
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-md-10">
|
|
|
|
- <h6 style="padding: 13px 10px 0px; color: #141639c4; font-weight:bold !important;">Subscription</h6>
|
|
|
|
- <div class="left mb-2">
|
|
|
|
- <div>
|
|
|
|
- <div class="single_glance_row mt-5">
|
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Joined :</span>
|
|
|
|
- <span class="tbl2 mb-2 ms-2">
|
|
|
|
- 16 Mar 2023
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Referred :</span>
|
|
|
|
- <span class="ms-2" style="font-size: 11px; color: #868e96;">10</span>
|
|
|
|
- </div>
|
|
|
|
- <div class="single_glance_row mt-1" style="display: flex;">
|
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Account Type :</span>
|
|
|
|
- <span class="label_badge_radius mb-1 ms-2" style="background: #d8fdd8; color: green;">
|
|
|
|
- Premium
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div> -->
|
|
|
|
|
|
+
|
|
<div class="col-md-3 bg-white rounded mt-2 p-2 ms-3" style="width: 30%;">
|
|
<div class="col-md-3 bg-white rounded mt-2 p-2 ms-3" style="width: 30%;">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|