|
@@ -13,14 +13,6 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>Id</th>
|
|
|
-<th>Created At</th>
|
|
|
-<th>Type</th>
|
|
|
-<th>Uid</th>
|
|
|
-<th>Deactivated At</th>
|
|
|
-<th>Deactivation Memo</th>
|
|
|
-<th>Is Active</th>
|
|
|
-<th>Reactivated At</th>
|
|
|
-<th>Reactivation Memo</th>
|
|
|
<th>Balance</th>
|
|
|
<th>Cell Number</th>
|
|
|
<th>Cell Number Confirmation Token</th>
|
|
@@ -50,18 +42,11 @@
|
|
|
<th>Home Phone Number</th>
|
|
|
<th>Is Cell Number Confirmation Pending</th>
|
|
|
<th>Is Cell Number Confirmed</th>
|
|
|
-<th>Is Contract Complete</th>
|
|
|
-<th>Is Currently Clocked In</th>
|
|
|
-<th>Is Currently In Meeting</th>
|
|
|
-<th>Is Driver License Complete</th>
|
|
|
<th>Is Email Address Confirmation Pending</th>
|
|
|
<th>Is Email Address Confirmed</th>
|
|
|
<th>Is Enrolled As Hcp</th>
|
|
|
<th>Is Enrolled As Mcp</th>
|
|
|
<th>Is Hcp</th>
|
|
|
-<th>Is Payment Processing Detail Complete</th>
|
|
|
-<th>Is Sms Auth Pending</th>
|
|
|
-<th>Isw9complete</th>
|
|
|
<th>Mailing Address City</th>
|
|
|
<th>Mailing Address Country</th>
|
|
|
<th>Mailing Address Lat</th>
|
|
@@ -82,33 +67,51 @@
|
|
|
<th>Previous Profession Category</th>
|
|
|
<th>Pro Type</th>
|
|
|
<th>Profile Picture Base64</th>
|
|
|
-<th>Signed Contract Pdf</th>
|
|
|
-<th>Sms Auth Token</th>
|
|
|
-<th>Sms Auth Token Sent At</th>
|
|
|
<th>Ssn</th>
|
|
|
<th>Supporter Memo</th>
|
|
|
<th>Supporter Phone Number</th>
|
|
|
<th>W9detail</th>
|
|
|
-<th>Web Socket Uid</th>
|
|
|
<th>Work Phone Number</th>
|
|
|
+<th>Created At</th>
|
|
|
+<th>Uid</th>
|
|
|
<th>Created By Session Id</th>
|
|
|
+<th>Is Two Step Sms Auth Completed</th>
|
|
|
+<th>Is Two Step Sms Auth Pending</th>
|
|
|
+<th>Two Step Sms Auth Completed At</th>
|
|
|
+<th>Two Step Sms Auth Token</th>
|
|
|
+<th>Two Step Sms Auth Token Sent At</th>
|
|
|
+<th>Is Sms Auth Pending</th>
|
|
|
+<th>Sms Auth Completed</th>
|
|
|
+<th>Sms Auth Completed At</th>
|
|
|
+<th>Sms Auth Token</th>
|
|
|
+<th>Sms Auth Token Sent At</th>
|
|
|
+<th>Deactivated At</th>
|
|
|
+<th>Deactivation Memo</th>
|
|
|
+<th>Reactivated At</th>
|
|
|
+<th>Reactivation Memo</th>
|
|
|
+<th>Deactivated By Id</th>
|
|
|
+<th>Reactivated By Id</th>
|
|
|
+<th>Is Active</th>
|
|
|
+<th>Currently In Meeting Id</th>
|
|
|
+<th>Is Currently Clocked In</th>
|
|
|
+<th>Connection Socket Uid</th>
|
|
|
+<th>Web Socket Uid</th>
|
|
|
+<th>Type</th>
|
|
|
+<th>Is Contract Complete</th>
|
|
|
+<th>Is Driver License Complete</th>
|
|
|
+<th>Is Payment Processing Detail Complete</th>
|
|
|
+<th>Isw9complete</th>
|
|
|
+<th>Signed Contract Pdf</th>
|
|
|
<th>Deactivated By Session Id</th>
|
|
|
<th>Reactivated By Session Id</th>
|
|
|
-<th>Currently In Meeting Id</th>
|
|
|
+<th>Is Currently In Meeting</th>
|
|
|
+<th>Current Meeting Participant Id</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@foreach($records as $record)
|
|
|
<tr>
|
|
|
<td><?= $record->id ?></td>
|
|
|
-<td><?= $record->created_at ?></td>
|
|
|
-<td><?= $record->type ?></td>
|
|
|
-<td><a href="/pros/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
|
|
|
-<td><?= $record->deactivated_at ?></td>
|
|
|
-<td><?= $record->deactivation_memo ?></td>
|
|
|
-<td><?= $record->is_active ?></td>
|
|
|
-<td><?= $record->reactivated_at ?></td>
|
|
|
-<td><?= $record->reactivation_memo ?></td>
|
|
|
<td><?= $record->balance ?></td>
|
|
|
<td><?= $record->cell_number ?></td>
|
|
|
<td><?= $record->cell_number_confirmation_token ?></td>
|
|
@@ -138,18 +141,11 @@
|
|
|
<td><?= $record->home_phone_number ?></td>
|
|
|
<td><?= $record->is_cell_number_confirmation_pending ?></td>
|
|
|
<td><?= $record->is_cell_number_confirmed ?></td>
|
|
|
-<td><?= $record->is_contract_complete ?></td>
|
|
|
-<td><?= $record->is_currently_clocked_in ?></td>
|
|
|
-<td><?= $record->is_currently_in_meeting ?></td>
|
|
|
-<td><?= $record->is_driver_license_complete ?></td>
|
|
|
<td><?= $record->is_email_address_confirmation_pending ?></td>
|
|
|
<td><?= $record->is_email_address_confirmed ?></td>
|
|
|
<td><?= $record->is_enrolled_as_hcp ?></td>
|
|
|
<td><?= $record->is_enrolled_as_mcp ?></td>
|
|
|
<td><?= $record->is_hcp ?></td>
|
|
|
-<td><?= $record->is_payment_processing_detail_complete ?></td>
|
|
|
-<td><?= $record->is_sms_auth_pending ?></td>
|
|
|
-<td><?= $record->isw9complete ?></td>
|
|
|
<td><?= $record->mailing_address_city ?></td>
|
|
|
<td><?= $record->mailing_address_country ?></td>
|
|
|
<td><?= $record->mailing_address_lat ?></td>
|
|
@@ -170,19 +166,45 @@
|
|
|
<td><?= $record->previous_profession_category ?></td>
|
|
|
<td><?= $record->pro_type ?></td>
|
|
|
<td><?= $record->profile_picture_base64 ?></td>
|
|
|
-<td><?= $record->signed_contract_pdf ?></td>
|
|
|
-<td><?= $record->sms_auth_token ?></td>
|
|
|
-<td><?= $record->sms_auth_token_sent_at ?></td>
|
|
|
<td><?= $record->ssn ?></td>
|
|
|
<td><?= $record->supporter_memo ?></td>
|
|
|
<td><?= $record->supporter_phone_number ?></td>
|
|
|
<td><?= $record->w9detail ?></td>
|
|
|
-<td><?= $record->web_socket_uid ?></td>
|
|
|
<td><?= $record->work_phone_number ?></td>
|
|
|
+<td><?= $record->created_at ?></td>
|
|
|
+<td><a href="/pros/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
|
|
|
<td><?= $record->created_by_session_id ?></td>
|
|
|
+<td><?= $record->is_two_step_sms_auth_completed ?></td>
|
|
|
+<td><?= $record->is_two_step_sms_auth_pending ?></td>
|
|
|
+<td><?= $record->two_step_sms_auth_completed_at ?></td>
|
|
|
+<td><?= $record->two_step_sms_auth_token ?></td>
|
|
|
+<td><?= $record->two_step_sms_auth_token_sent_at ?></td>
|
|
|
+<td><?= $record->is_sms_auth_pending ?></td>
|
|
|
+<td><?= $record->sms_auth_completed ?></td>
|
|
|
+<td><?= $record->sms_auth_completed_at ?></td>
|
|
|
+<td><?= $record->sms_auth_token ?></td>
|
|
|
+<td><?= $record->sms_auth_token_sent_at ?></td>
|
|
|
+<td><?= $record->deactivated_at ?></td>
|
|
|
+<td><?= $record->deactivation_memo ?></td>
|
|
|
+<td><?= $record->reactivated_at ?></td>
|
|
|
+<td><?= $record->reactivation_memo ?></td>
|
|
|
+<td><?= $record->deactivated_by_id ?></td>
|
|
|
+<td><?= $record->reactivated_by_id ?></td>
|
|
|
+<td><?= $record->is_active ?></td>
|
|
|
+<td><?= $record->currently_in_meeting_id ?></td>
|
|
|
+<td><?= $record->is_currently_clocked_in ?></td>
|
|
|
+<td><?= $record->connection_socket_uid ?></td>
|
|
|
+<td><?= $record->web_socket_uid ?></td>
|
|
|
+<td><?= $record->type ?></td>
|
|
|
+<td><?= $record->is_contract_complete ?></td>
|
|
|
+<td><?= $record->is_driver_license_complete ?></td>
|
|
|
+<td><?= $record->is_payment_processing_detail_complete ?></td>
|
|
|
+<td><?= $record->isw9complete ?></td>
|
|
|
+<td><?= $record->signed_contract_pdf ?></td>
|
|
|
<td><?= $record->deactivated_by_session_id ?></td>
|
|
|
<td><?= $record->reactivated_by_session_id ?></td>
|
|
|
-<td><?= $record->currently_in_meeting_id ?></td>
|
|
|
+<td><?= $record->is_currently_in_meeting ?></td>
|
|
|
+<td><?= $record->current_meeting_participant_id ?></td>
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|