|
@@ -314,10 +314,10 @@
|
|
|
<p class="font-weight-bold text-secondary m-0 mr-2">ICDs</p>
|
|
|
@include('app/patient/note/_create-note-reason')
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div class="d-flex align-items-start flex-wrap">
|
|
|
@if(count($note->reasons))
|
|
|
@foreach ($note->reasons as $reason)
|
|
|
- <span class="badge badge-info p-2">
|
|
|
+ <span class="badge badge-info p-2 mb-2 mr-2">
|
|
|
{{ $reason->description}} ({{ $reason->code }})
|
|
|
</span>
|
|
|
@endforeach
|