|
@@ -1,21 +1,20 @@
|
|
@extends('layouts.pro-logged-in')
|
|
@extends('layouts.pro-logged-in')
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
|
- <h3 class="d-flex my-3 px-3">
|
|
|
|
|
|
+ <h3 class="d-flex my-3 px-3 stag-heading stag-heading-index">
|
|
<div>Pros: List</div>
|
|
<div>Pros: List</div>
|
|
<div class="ml-auto">
|
|
<div class="ml-auto">
|
|
<a class='btn btn-primary btn-sm ml-2' up-modal=".form-contents" up-width="800" up-history="false" href='/pros/add_new'><i class='fa fa-plus-circle' aria-hidden='true'></i> Add New</a>
|
|
<a class='btn btn-primary btn-sm ml-2' up-modal=".form-contents" up-width="800" up-history="false" href='/pros/add_new'><i class='fa fa-plus-circle' aria-hidden='true'></i> Add New</a>
|
|
</div>
|
|
</div>
|
|
</h3>
|
|
</h3>
|
|
|
|
|
|
- <div class="table-responsive p-0 bg-white border">
|
|
|
|
- <table class="table table-hover text-nowrap">
|
|
|
|
|
|
+ <div class="table-responsive p-0 bg-white border stag-table stag-table-index">
|
|
|
|
+ <table class="table table-hover text-nowrap table-striped">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
-<th>Id</th>
|
|
|
|
|
|
+<th> </th>
|
|
<th>Created At</th>
|
|
<th>Created At</th>
|
|
<th>Type</th>
|
|
<th>Type</th>
|
|
-<th>Uid</th>
|
|
|
|
<th>Deactivated At</th>
|
|
<th>Deactivated At</th>
|
|
<th>Deactivation Memo</th>
|
|
<th>Deactivation Memo</th>
|
|
<th>Is Active</th>
|
|
<th>Is Active</th>
|
|
@@ -101,19 +100,18 @@
|
|
<tbody>
|
|
<tbody>
|
|
@foreach($records as $record)
|
|
@foreach($records as $record)
|
|
<tr>
|
|
<tr>
|
|
-<td><?= $record->id ?></td>
|
|
|
|
-<td><?= $record->created_at ?></td>
|
|
|
|
|
|
+<td><a href="/pros/view/<?= $record->uid ?>"><i class="fas fa-share-square"></i></a></td>
|
|
|
|
+<td><?= friendly_date_time($record->created_at) ?></td>
|
|
<td><?= $record->type ?></td>
|
|
<td><?= $record->type ?></td>
|
|
-<td><a href="/pros/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
|
|
|
|
-<td><?= $record->deactivated_at ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($record->deactivated_at) ?></td>
|
|
<td><?= $record->deactivation_memo ?></td>
|
|
<td><?= $record->deactivation_memo ?></td>
|
|
<td><?= $record->is_active ?></td>
|
|
<td><?= $record->is_active ?></td>
|
|
-<td><?= $record->reactivated_at ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($record->reactivated_at) ?></td>
|
|
<td><?= $record->reactivation_memo ?></td>
|
|
<td><?= $record->reactivation_memo ?></td>
|
|
<td><?= $record->balance ?></td>
|
|
<td><?= $record->balance ?></td>
|
|
<td><?= $record->cell_number ?></td>
|
|
<td><?= $record->cell_number ?></td>
|
|
<td><?= $record->cell_number_confirmation_token ?></td>
|
|
<td><?= $record->cell_number_confirmation_token ?></td>
|
|
-<td><?= $record->cell_number_confirmed_at ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($record->cell_number_confirmed_at) ?></td>
|
|
<td><?= $record->current_profession_category ?></td>
|
|
<td><?= $record->current_profession_category ?></td>
|
|
<td><?= $record->driver_license_expiration_date ?></td>
|
|
<td><?= $record->driver_license_expiration_date ?></td>
|
|
<td><?= $record->driver_license_file_path ?></td>
|
|
<td><?= $record->driver_license_file_path ?></td>
|
|
@@ -121,7 +119,7 @@
|
|
<td><?= $record->driver_license_state ?></td>
|
|
<td><?= $record->driver_license_state ?></td>
|
|
<td><?= $record->email_address ?></td>
|
|
<td><?= $record->email_address ?></td>
|
|
<td><?= $record->email_address_confirmation_token ?></td>
|
|
<td><?= $record->email_address_confirmation_token ?></td>
|
|
-<td><?= $record->email_address_confirmed_at ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($record->email_address_confirmed_at) ?></td>
|
|
<td><?= $record->enrolled_hcp_category ?></td>
|
|
<td><?= $record->enrolled_hcp_category ?></td>
|
|
<td><?= $record->enrolled_hcp_npi ?></td>
|
|
<td><?= $record->enrolled_hcp_npi ?></td>
|
|
<td><?= $record->enrolled_hcp_subcategory ?></td>
|
|
<td><?= $record->enrolled_hcp_subcategory ?></td>
|
|
@@ -173,7 +171,7 @@
|
|
<td><?= $record->profile_picture_base64 ?></td>
|
|
<td><?= $record->profile_picture_base64 ?></td>
|
|
<td><?= $record->signed_contract_pdf_file_path ?></td>
|
|
<td><?= $record->signed_contract_pdf_file_path ?></td>
|
|
<td><?= $record->sms_auth_token ?></td>
|
|
<td><?= $record->sms_auth_token ?></td>
|
|
-<td><?= $record->sms_auth_token_sent_at ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($record->sms_auth_token_sent_at) ?></td>
|
|
<td><?= $record->ssn ?></td>
|
|
<td><?= $record->ssn ?></td>
|
|
<td><?= $record->supporter_memo ?></td>
|
|
<td><?= $record->supporter_memo ?></td>
|
|
<td><?= $record->supporter_phone_number ?></td>
|
|
<td><?= $record->supporter_phone_number ?></td>
|