|
@@ -20,6 +20,7 @@
|
|
|
<th class="border-0">Patient</th>
|
|
|
<th class="border-0">Cell #</th>
|
|
|
<th class="border-0">Phone #</th>
|
|
|
+ <th class="border-0">Email Address</th>
|
|
|
<th class="border-0">DOB</th>
|
|
|
<th class="border-0">MCP</th>
|
|
|
<th class="border-0">Last Visit Date</th>
|
|
@@ -41,6 +42,7 @@
|
|
|
</td>
|
|
|
<td>{{ $record->cell_number }}</td>
|
|
|
<td>{{ $record->phone_home ?? $record->phone_work ?? $record->phone_mobile }}</td>
|
|
|
+ <td>{{ $record->email_address }}</td>
|
|
|
<td>{{ friendly_date($record->dob) }}</td>
|
|
|
<td>{{ $record->mcp_name }}</td>
|
|
|
<td>{{ friendly_date($record->last_visit_date) }}</td>
|