Changes
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<td>Onboarded date :</td>
|
||||
</tr>
|
||||
<tr class="w-100">
|
||||
<td>{{ $customers_data->state->name }}</td>
|
||||
<td>{{ $customers_data->state->name ?? 'N/A'}}</td>
|
||||
<td>{{ $customers_data->email_address }}</td>
|
||||
<td>{{ \Carbon\Carbon::parse($customers_data->created_at)->format('m/d/Y') }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user