|
@@ -8,10 +8,17 @@
|
|
}
|
|
}
|
|
@endphp
|
|
@endphp
|
|
|
|
|
|
|
|
+<style>.nrc-badge.bgyellow { background-color: lightyellow; }</style>
|
|
|
|
+<style>.nrc-badge.bggreen { background-color: #caffca; }</style>
|
|
|
|
+<style>.nrc-badge.bgblue { background-color: #d0f2fd; }</style>
|
|
|
|
+<style>.nrc-badge.claim-closed { background-color: lightgray; }</style>
|
|
|
|
+
|
|
<div class="popup-content-container pt-2" id="note-resolve-{{$note->uid}}">
|
|
<div class="popup-content-container pt-2" id="note-resolve-{{$note->uid}}">
|
|
|
|
|
|
<div class="d-flex align-items-center mb-2 mx-3">
|
|
<div class="d-flex align-items-center mb-2 mx-3">
|
|
|
|
|
|
|
|
+ <div class="rounded py-1 px-2 font-weight-bold mr-2 {{ $note->visit_number > 2 ? 'nrc-badge bgyellow': ($note->visit_number == 1 ? 'nrc-badge bggreen': ($note->visit_number == 2 ? 'nrc-badge bgblue':'')) }}">Visit #{{$note->visit_number}}</div>
|
|
|
|
+
|
|
<div moe>
|
|
<div moe>
|
|
<a href="" start show class="">Memo to Shawn: </a> <b>{{ @$parsedDetailJson->memo_to_shawn }}</b>
|
|
<a href="" start show class="">Memo to Shawn: </a> <b>{{ @$parsedDetailJson->memo_to_shawn }}</b>
|
|
|
|
|