|
@@ -954,8 +954,8 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="text-center" style="font-size: 11px;">invitation date</td>
|
|
|
- <td class="text-center" style="font-size: 11px;">signedup date</td>
|
|
|
+ <td class="text-center" style="font-size: 11px;">@if(!empty($row->invitation_date)) {{ date('d M Y', strtotime($row->invitation_date)) }} @else -- @endif</td>
|
|
|
+ <td class="text-center" style="font-size: 11px;">@if(!empty($row->registered_date)) {{ date('d M Y', strtotime($row->registered_date)) }} @else -- @endif</td>
|
|
|
<td class="text-center" style="font-size: 11px;">
|
|
|
<span class="invitation hand" data-id="{{ $row->id }}"><i class="fa fa-paper-plane"></i></span>
|
|
|
</td>
|