|
@@ -689,7 +689,7 @@ 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;">{{cn($row, 'refer_by_user.first_name','')}} {{cn($row, 'refer_by_user.last_name','')}}</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;">
|
|
|
@if($row->q_form_status==1)
|