|
@@ -197,7 +197,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="ml-auto d-flex align-items-start">
|
|
- <div class="pr-2">
|
|
|
|
|
|
+ <div class="">
|
|
<div>
|
|
<div>
|
|
@if($note->is_signed_by_hcp)
|
|
@if($note->is_signed_by_hcp)
|
|
<span class="text-secondary">
|
|
<span class="text-secondary">
|
|
@@ -221,7 +221,8 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="pl-2 border-left">
|
|
|
|
|
|
+ @if($note->is_cancelled || (!$note->is_cancelled && !$note->is_signed_by_hcp))
|
|
|
|
+ <div class="ml-2 pl-2 border-left">
|
|
<div class="d-flex justify-content-end">
|
|
<div class="d-flex justify-content-end">
|
|
@if(!$note->is_cancelled)
|
|
@if(!$note->is_cancelled)
|
|
<div moe relatve
|
|
<div moe relatve
|
|
@@ -245,6 +246,8 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ @endif
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-0">
|
|
<div class="card-body p-0">
|
|
@@ -282,6 +285,7 @@
|
|
<div class="d-flex align-items-center mb-2">
|
|
<div class="d-flex align-items-center mb-2">
|
|
<p class="font-weight-bold text-secondary m-0">Bills</p>
|
|
<p class="font-weight-bold text-secondary m-0">Bills</p>
|
|
@include('app/patient/note/_create-bill')
|
|
@include('app/patient/note/_create-bill')
|
|
|
|
+ @include('app/patient/note/_cancel-signed-note')
|
|
</div>
|
|
</div>
|
|
<table class="table table-sm tabe-striped mb-3 border-left border-right border-bottom">
|
|
<table class="table table-sm tabe-striped mb-3 border-left border-right border-bottom">
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
@@ -375,6 +379,7 @@
|
|
<div class="my-3 px-3 d-flex">
|
|
<div class="my-3 px-3 d-flex">
|
|
<p class="font-weight-bold mb-0 text-secondary">No bills in this note</p>
|
|
<p class="font-weight-bold mb-0 text-secondary">No bills in this note</p>
|
|
@include('app/patient/note/_create-bill')
|
|
@include('app/patient/note/_create-bill')
|
|
|
|
+ @include('app/patient/note/_cancel-signed-note')
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
|
|
|