Jelajahi Sumber

Modal generic-bills for client > appointments

Vijayakrishnan 4 tahun lalu
induk
melakukan
b9f6388aea
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      resources/views/app/patient/appointments.blade.php

+ 4 - 0
resources/views/app/patient/appointments.blade.php

@@ -33,6 +33,7 @@
                     <th class="px-2 text-secondary border-bottom-0">Description</th>
                     <th class="px-2 text-secondary border-bottom-0">Status</th>
                     <th class="px-2 text-secondary border-bottom-0">Confirmation</th>
+                    <th class="px-2 text-secondary border-bottom-0"></th>
                 </tr>
                 </thead>
                 <tbody>
@@ -50,6 +51,9 @@
                         <td class="px-2">
                             @include('app.patient.partials.appointment-confirmation')
                         </td>
+                        <td>
+                            @include('app.generic-bills.modal', ['entityType' => 'Appointment', 'entityUid' => $appointment->uid])
+                        </td>
                     </tr>
                 @endforeach
                 </tbody>