Explorar o código

Note single > tickets summary for today

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
24f45a4b53
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      resources/views/app/patient/note/dashboard.blade.php

+ 12 - 0
resources/views/app/patient/note/dashboard.blade.php

@@ -367,6 +367,7 @@
                                 <tr class="bg-light">
                                     <th class="px-2 text-secondary border-bottom-0 width-30px">Created</th>
                                     <th class="px-2 text-secondary border-bottom-0 width-30px">Type</th>
+                                    <th class="px-2 text-secondary border-bottom-0 width-30px">Pro</th>
                                     <th class="px-2 text-secondary border-bottom-0 width-30px">View</th>
                                     <th class="px-2 text-secondary border-bottom-0 width-30px">Status</th>
                                     <th class="px-2 text-secondary border-bottom-0">Detail</th>
@@ -383,6 +384,17 @@
                                         <td class="px-2 text-nowrap">
                                             {{$ticket->category}}
                                         </td>
+                                        <td class="px-2 text-nowrap">
+                                            @if($ticket->orderingPro)
+                                                @if($ticket->orderingPro->id !== $pro->id)
+                                                    <b>{{$ticket->orderingPro->displayName()}}</b>
+                                                @else
+                                                    You
+                                                @endif
+                                            @else
+                                                -
+                                            @endif
+                                        </td>
                                         <td class="px-2 text-nowrap">
                                             <div class="d-flex align-items-center flex-nowrap">
                                                 <a href="/patients/view/{{$ticket->patient->uid}}/tickets/{{$ticket->category}}/{{$ticket->uid}}?popupmode=1"