|
@@ -220,10 +220,7 @@
|
|
|
<td class="max-width-200px">
|
|
|
@if(count($note->reasons))
|
|
|
@foreach ($note->reasons as $reason)
|
|
|
- <div class="mb-1">
|
|
|
- <span>{{ $reason->code }}</span>
|
|
|
- <span class="text-secondary text-sm">{{ $reason->description}}</span>
|
|
|
- </div>
|
|
|
+ <span class="d-inline-block mr-2" title="{{ $reason->description}}">{{ $reason->code }}</span>
|
|
|
@endforeach
|
|
|
@else
|
|
|
-
|