|
@@ -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>
|