|
@@ -117,7 +117,19 @@
|
|
|
Chart
|
|
|
</a>
|
|
|
@else
|
|
|
- Admin.
|
|
|
+ Admin.
|
|
|
+ @endif
|
|
|
+ @if($row->is_verified)
|
|
|
+ @if(!request()->input('t') || request()->input('t') === 'hcp')
|
|
|
+ @if(!!$row->hcp_company_pro_id)
|
|
|
+ <div class="mt-1 text-danger text-sm">
|
|
|
+ <i class="fa fa-exclamation-triangle"></i>
|
|
|
+ <span class="">Company pro not set!</span>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+ @elseif(request()->input('t') === 'na')
|
|
|
+ {{-- TODO --}}
|
|
|
+ @endif
|
|
|
@endif
|
|
|
</td>
|
|
|
<td>{{friendly_date($row->effective_date)}}</td>
|