|
@@ -34,7 +34,7 @@
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="control-label">Process client bd measurements report?</label>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="d-flex align-items-center">
|
|
|
<button class="btn btn-sm btn-primary mr-2" submit>Yes</button>
|
|
|
<button class="btn btn-sm btn-default mr-2 border" cancel>Cancel</button>
|
|
@@ -66,6 +66,7 @@
|
|
|
@else
|
|
|
{{ friendly_date_time_short_with_tz($measurement->effective_date, true, 'EASTERN') }}
|
|
|
@endif
|
|
|
+ EST
|
|
|
</td>
|
|
|
<td class="px-2">{{ $measurement->label }}</td>
|
|
|
<td class="px-2">
|