|
@@ -197,7 +197,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
$contentData = $point->lastChildReview->data;
|
|
|
|
|
|
if(!!@$contentData['declaration']) {
|
|
|
- echo '<div class="mb-2">';
|
|
|
+ echo '<div class="mb-1">';
|
|
|
echo '<i class="fa fa-check"></i> ';
|
|
|
echo "Except for the systems documented in the HPI or detailed below, all other systems were reviewed and negative.";
|
|
|
echo '</div>';
|
|
@@ -233,7 +233,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
|
|
|
foreach($display as $head => $line) {
|
|
|
?>
|
|
|
- <div class="mb-2">
|
|
|
+ <div class="">
|
|
|
<span class="font-weight-bold mr-1">{{$head}}:</span>
|
|
|
<span class="">{!! $line !!}</span>
|
|
|
</div>
|
|
@@ -241,7 +241,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
}
|
|
|
?>
|
|
|
@if(isset($contentData['comments']) && !empty(trim($contentData['comments'])))
|
|
|
- <div class="mt-2 mb-1">
|
|
|
+ <div class="mt-2">
|
|
|
<b>Comments: </b><?= $contentData['comments'] ?>
|
|
|
</div>
|
|
|
@endif
|