|
@@ -50,6 +50,11 @@
|
|
<i class="fa fa-info-circle ml-1"></i>
|
|
<i class="fa fa-info-circle ml-1"></i>
|
|
<div class="on-hover-content py-2 pl-3">
|
|
<div class="on-hover-content py-2 pl-3">
|
|
Created: <b class="m-0">{{friendly_date_time($patient->created_at)}}</b>
|
|
Created: <b class="m-0">{{friendly_date_time($patient->created_at)}}</b>
|
|
|
|
+ @if($pro->pro_type === 'ADMIN')
|
|
|
|
+ <div class="mt-1">
|
|
|
|
+ Created by <b>{{$patient->creator ? $patient->creator->displayName() : '-'}}</b>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
</td>
|
|
</td>
|