|
@@ -590,7 +590,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<span>{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}</span>
|
|
|
</div>
|
|
|
<div style="font-size: 11px;">
|
|
|
- <a href="" class="" style="color: black;">{{cn($row,'teacher_details.ref_no','')}}<span> (Apply Ref.) </span></a>
|
|
|
+ <a href="" class="" style="color: black;">{{cn($row,'teacher_details.ref_no','')}}<span> ({{$row->student_apply_ref}}) </span></a>
|
|
|
</div>
|
|
|
<div style="font-size: 11px;">
|
|
|
<span style="color: black;">{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}</span>
|
|
@@ -705,8 +705,8 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<td style="font-size: 11px;">{{$key+1}}</td>
|
|
|
<td style="font-size: 11px;">{{$row->name}}</td>
|
|
|
<td style="font-size: 11px;">{{$row->email}}</td>
|
|
|
- <td style="font-size: 11px;">{{date('d M Y', strtotime($row->created_at))}}</td>
|
|
|
- <td style="font-size: 11px;">{{date('d M Y', strtotime($row->created_at))}}</td>
|
|
|
+ <td style="font-size: 11px;">{{date('d M Y h.i A', strtotime($row->created_at))}}</td>
|
|
|
+ <td style="font-size: 11px;">{{date('d M Y h.i A', strtotime($row->created_at))}}</td>
|
|
|
<td style="font-size: 11px;">
|
|
|
@if($row->q_form_status==1)
|
|
|
Q-Apply
|