|
@@ -29,14 +29,14 @@
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@foreach($accountInvites as $accountInvite)
|
|
@foreach($accountInvites as $accountInvite)
|
|
- <tr>
|
|
|
|
- <td class="px-2">{{ $accountInvite->client->displayName() }}</td>
|
|
|
|
|
|
+ <tr>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
{{ friendlier_date_time($accountInvite->created_at) }}
|
|
{{ friendlier_date_time($accountInvite->created_at) }}
|
|
@if($accountInvite->status === 'CANCELLED')
|
|
@if($accountInvite->status === 'CANCELLED')
|
|
<span class="text-sm text-secondary">(CANCELLED)</span>
|
|
<span class="text-sm text-secondary">(CANCELLED)</span>
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
|
|
+ <td class="px-2">{{ $accountInvite->client->displayName() }}</td>
|
|
<td class="px-2">{{ $accountInvite->first_name }} {{ $accountInvite->last_name }}</pre>
|
|
<td class="px-2">{{ $accountInvite->first_name }} {{ $accountInvite->last_name }}</pre>
|
|
</td>
|
|
</td>
|
|
<td class="px-2">{{ $accountInvite->to_email_address }}</td>
|
|
<td class="px-2">{{ $accountInvite->to_email_address }}</td>
|