|
@@ -1,13 +1,13 @@
|
|
|
<div class="mt-2 pb-1">
|
|
|
<div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Appointments</h6>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
+ {{--<span class="mx-2 text-secondary">|</span>
|
|
|
<div moe center>
|
|
|
<a start show>Add</a>
|
|
|
@include('app/patient/partials/_appointment-form', ['appointment' => false])
|
|
|
- </div>
|
|
|
+ </div>--}}
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
|
- <a href="/patients/view/{{$patient->uid}}/manage-appointment" class="font-weight-bold">Add **</a>
|
|
|
+ <a href="/patients/view/{{$patient->uid}}/manage-appointment">Add</a>
|
|
|
</div>
|
|
|
<table class="table table-sm border-0 my-0 mx-2">
|
|
|
<tbody>
|
|
@@ -15,16 +15,16 @@
|
|
|
<tr>
|
|
|
<td class="text-black p-0 border-0">
|
|
|
<div class="pb-0">
|
|
|
- <div relative moe center>
|
|
|
+ {{--<div relative moe center>
|
|
|
<a class="on-hover-opaque" start show title="Update">
|
|
|
<i class="font-size-11 fa fa-edit text-primary"></i>
|
|
|
</a>
|
|
|
@include('app/patient/partials/_appointment-form', ['appointment' => $appointment])
|
|
|
- </div>
|
|
|
- <a class="on-hover-opaque font-weight-bold"
|
|
|
+ </div>--}}
|
|
|
+ <a class="on-hover-opaque"
|
|
|
href="/patients/view/{{$patient->uid}}/manage-appointment/{{$appointment->uid}}"
|
|
|
- title="Update **">
|
|
|
- <i class="font-size-11 fa fa-edit text-primary"></i> **
|
|
|
+ title="Update">
|
|
|
+ <i class="font-size-11 fa fa-edit text-primary"></i>
|
|
|
</a>
|
|
|
|
|
|
{{ $appointment->raw_date }}
|