|
@@ -22,6 +22,7 @@
|
|
<div class="text-secondary text-sm">{{$appt->status_memo}} This is a status memo</div>
|
|
<div class="text-secondary text-sm">{{$appt->status_memo}} This is a status memo</div>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
+ @if($appt->pro_id == $pro->id)
|
|
<div moe relative class="ml-auto">
|
|
<div moe relative class="ml-auto">
|
|
<form show url="/api/appointment/acknowledgeStatusAsAppointmentPro">
|
|
<form show url="/api/appointment/acknowledgeStatusAsAppointmentPro">
|
|
<input type="hidden" name="uid" value="{{$appt->uid}}">
|
|
<input type="hidden" name="uid" value="{{$appt->uid}}">
|
|
@@ -36,6 +37,7 @@
|
|
<button submit class="bg-transparent border-0 p-0 text-primary">Acknowledge</button>
|
|
<button submit class="bg-transparent border-0 p-0 text-primary">Acknowledge</button>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
@endforeach
|
|
@endforeach
|
|
@endif
|
|
@endif
|
|
@@ -46,12 +48,14 @@
|
|
<a href="/patients/view/{{$appt->client->uid}}"><b>{{$appt->client->displayName()}}</b></a>
|
|
<a href="/patients/view/{{$appt->client->uid}}"><b>{{$appt->client->displayName()}}</b></a>
|
|
<span class="ml-2">{{friendlier_date_time($appt->start_time)}}</span>
|
|
<span class="ml-2">{{friendlier_date_time($appt->start_time)}}</span>
|
|
<span class="ml-2">{{$appt->latestConfirmationDecision->decision_enum}}</span>
|
|
<span class="ml-2">{{$appt->latestConfirmationDecision->decision_enum}}</span>
|
|
- <div moe relative class="ml-auto">
|
|
|
|
- <form show url="/api/appointment/acknowledgeDecisionAsAppointmentPro">
|
|
|
|
- <input type="hidden" name="uid" value="{{$appt->uid}}">
|
|
|
|
- <button submit class="bg-transparent border-0 p-0 text-primary">Acknowledge</button>
|
|
|
|
- </form>
|
|
|
|
- </div>
|
|
|
|
|
|
+ @if($appt->pro_id == $pro->id)
|
|
|
|
+ <div moe relative class="ml-auto">
|
|
|
|
+ <form show url="/api/appointment/acknowledgeDecisionAsAppointmentPro">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$appt->uid}}">
|
|
|
|
+ <button submit class="bg-transparent border-0 p-0 text-primary">Acknowledge</button>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
@endforeach
|
|
@endforeach
|
|
@endif
|
|
@endif
|