|
@@ -743,7 +743,28 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
@include('app.patient.coverage-status')
|
|
@include('app.patient.coverage-status')
|
|
</section>
|
|
</section>
|
|
@endif
|
|
@endif
|
|
- <ul class="vbox mt-2 align-self-start patient-header-address ml-auto">
|
|
|
|
|
|
+
|
|
|
|
+ <section class="mr-4 align-self-start mt-2 ml-auto">
|
|
|
|
+ <label>Sticky Note:</label> {{$patient->sticky_note ?? '-' }}
|
|
|
|
+ <div moe right class="ml-2 hide-inside-popup">
|
|
|
|
+ <a start show><i class="fa fa-edit"></i></a>
|
|
|
|
+ <form url="/api/client/updateStickyNote" class="mcp-theme-1">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="text-secondary text-sm">Sticky Note</label>
|
|
|
|
+ <textarea name="stickyNote" class="form-control" rows="8" cols="80"></textarea>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Submit
|
|
|
|
+ </button>
|
|
|
|
+ <button cancel class="btn btn-sm btn-default border">
|
|
|
|
+ Cancel
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <ul class="vbox mt-2 align-self-start patient-header-address ">
|
|
<li class="d-flex align-items-start">
|
|
<li class="d-flex align-items-start">
|
|
<span class="aligned-icon">
|
|
<span class="aligned-icon">
|
|
<i class="fa fa-map-marker-alt" aria-hidden="true"></i>
|
|
<i class="fa fa-map-marker-alt" aria-hidden="true"></i>
|