123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- </head>
- <body>
- <a href="{{route('pro-create')}}">Add new</a>
- <table>
- <thead>
- <tr>
- <th>id</th>
- <th>balance</th>
- <th>cell_number</th>
- <th>cell_number_confirmation_token</th>
- <th>cell_number_confirmed_at</th>
- <th>current_profession_category</th>
- <th>driver_license_expiration_date</th>
- <th>driver_license_file_path</th>
- <th>driver_license_issue_date</th>
- <th>driver_license_state</th>
- <th>email_address</th>
- <th>email_address_confirmation_token</th>
- <th>email_address_confirmed_at</th>
- <th>enrolled_hcp_category</th>
- <th>enrolled_hcp_npi</th>
- <th>enrolled_hcp_subcategory</th>
- <th>hcp_category</th>
- <th>hcp_npi</th>
- <th>hcp_subcategory</th>
- <th>home_address_city</th>
- <th>home_address_country</th>
- <th>home_address_lat</th>
- <th>home_address_line1</th>
- <th>home_address_line2</th>
- <th>home_address_long</th>
- <th>home_address_state</th>
- <th>home_address_zip</th>
- <th>home_phone_number</th>
- <th>is_cell_number_confirmation_pending</th>
- <th>is_cell_number_confirmed</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>mailing_address_city</th>
- <th>mailing_address_country</th>
- <th>mailing_address_lat</th>
- <th>mailing_address_line1</th>
- <th>mailing_address_line2</th>
- <th>mailing_address_long</th>
- <th>mailing_address_state</th>
- <th>mailing_address_zip</th>
- <th>name_credential</th>
- <th>name_display</th>
- <th>name_first</th>
- <th>name_last</th>
- <th>name_middle</th>
- <th>name_prefix</th>
- <th>name_suffix</th>
- <th>payment_processing_detail</th>
- <th>phone_numbers_memo</th>
- <th>previous_profession_category</th>
- <th>pro_type</th>
- <th>profile_picture_base64</th>
- <th>ssn</th>
- <th>supporter_memo</th>
- <th>supporter_phone_number</th>
- <th>w9detail</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>
- </tr>
- </thead>
- <tbody>
- @foreach($pros as $pro)
- <tr>
- <td>{{$pro->id}}</td>
- <td>{{$pro->balance}}</td>
- <td>{{$pro->cell_number}}</td>
- <td>{{$pro->cell_number_confirmation_token}}</td>
- <td>{{$pro->cell_number_confirmed_at}}</td>
- <td>{{$pro->current_profession_category}}</td>
- <td>{{$pro->driver_license_expiration_date}}</td>
- <td>{{$pro->driver_license_file_path}}</td>
- <td>{{$pro->driver_license_issue_date}}</td>
- <td>{{$pro->driver_license_state}}</td>
- <td>{{$pro->email_address}}</td>
- <td>{{$pro->email_address_confirmation_token}}</td>
- <td>{{$pro->email_address_confirmed_at}}</td>
- <td>{{$pro->enrolled_hcp_category}}</td>
- <td>{{$pro->enrolled_hcp_npi}}</td>
- <td>{{$pro->enrolled_hcp_subcategory}}</td>
- <td>{{$pro->hcp_category}}</td>
- <td>{{$pro->hcp_npi}}</td>
- <td>{{$pro->hcp_subcategory}}</td>
- <td>{{$pro->home_address_city}}</td>
- <td>{{$pro->home_address_country}}</td>
- <td>{{$pro->home_address_lat}}</td>
- <td>{{$pro->home_address_line1}}</td>
- <td>{{$pro->home_address_line2}}</td>
- <td>{{$pro->home_address_long}}</td>
- <td>{{$pro->home_address_state}}</td>
- <td>{{$pro->home_address_zip}}</td>
- <td>{{$pro->home_phone_number}}</td>
- <td>{{$pro->is_cell_number_confirmation_pending}}</td>
- <td>{{$pro->is_cell_number_confirmed}}</td>
- <td>{{$pro->is_email_address_confirmation_pending}}</td>
- <td>{{$pro->is_email_address_confirmed}}</td>
- <td>{{$pro->is_enrolled_as_hcp}}</td>
- <td>{{$pro->is_enrolled_as_mcp}}</td>
- <td>{{$pro->is_hcp}}</td>
- <td>{{$pro->mailing_address_city}}</td>
- <td>{{$pro->mailing_address_country}}</td>
- <td>{{$pro->mailing_address_lat}}</td>
- <td>{{$pro->mailing_address_line1}}</td>
- <td>{{$pro->mailing_address_line2}}</td>
- <td>{{$pro->mailing_address_long}}</td>
- <td>{{$pro->mailing_address_state}}</td>
- <td>{{$pro->mailing_address_zip}}</td>
- <td>{{$pro->name_credential}}</td>
- <td>{{$pro->name_display}}</td>
- <td>{{$pro->name_first}}</td>
- <td>{{$pro->name_last}}</td>
- <td>{{$pro->name_middle}}</td>
- <td>{{$pro->name_prefix}}</td>
- <td>{{$pro->name_suffix}}</td>
- <td>{{$pro->payment_processing_detail}}</td>
- <td>{{$pro->phone_numbers_memo}}</td>
- <td>{{$pro->previous_profession_category}}</td>
- <td>{{$pro->pro_type}}</td>
- <td>{{$pro->profile_picture_base64}}</td>
- <td>{{$pro->ssn}}</td>
- <td>{{$pro->supporter_memo}}</td>
- <td>{{$pro->supporter_phone_number}}</td>
- <td>{{$pro->w9detail}}</td>
- <td>{{$pro->work_phone_number}}</td>
- <td>{{$pro->created_at}}</td>
- <td>{{$pro->uid}}</td>
- <td>{{$pro->created_by_session_id}}</td>
- <td>{{$pro->is_two_step_sms_auth_completed}}</td>
- <td>{{$pro->is_two_step_sms_auth_pending}}</td>
- <td>{{$pro->two_step_sms_auth_completed_at}}</td>
- <td>{{$pro->two_step_sms_auth_token}}</td>
- <td>{{$pro->two_step_sms_auth_token_sent_at}}</td>
- <td>{{$pro->is_sms_auth_pending}}</td>
- <td>{{$pro->sms_auth_completed}}</td>
- <td>{{$pro->sms_auth_completed_at}}</td>
- <td>{{$pro->sms_auth_token}}</td>
- <td>{{$pro->sms_auth_token_sent_at}}</td>
- <td>{{$pro->deactivated_at}}</td>
- <td>{{$pro->deactivation_memo}}</td>
- <td>{{$pro->reactivated_at}}</td>
- <td>{{$pro->reactivation_memo}}</td>
- <td>{{$pro->deactivated_by_id}}</td>
- <td>{{$pro->reactivated_by_id}}</td>
- <td>{{$pro->is_active}}</td>
- </tr>
- @endforeach
- </tbody>
- </table>
- </body>
- </html>
|