Browse Source

Email ‰Invaitation

Mostafijur Rahman 1 year ago
parent
commit
857b7ecf72
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/admin/admin_profile.blade.php

+ 2 - 2
resources/views/admin/admin_profile.blade.php

@@ -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>