= před 3 roky
rodič
revize
ea854d414e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      resources/views/app/patient/notes.blade.php

+ 2 - 0
resources/views/app/patient/notes.blade.php

@@ -228,7 +228,9 @@
                         <i class="fa fa-info-circle"></i>
                         <div class="position-absolute bg-white border rounded p-2 stag-tooltip-content">
                             <div class="text-nowrap small text-left pb-1">Created on <b>{{ friendly_date_time($note->created_at, true) }}</b></div>
+                            @if($note->createdSession && $note->createdSession->pro)
                             <div class="text-nowrap small text-left">Created by <b>{{ $note->createdSession->pro->displayName() }}</b></div>
+                            @endif
                         </div>
                     </div>
                 </td>