|
@@ -267,7 +267,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div>
|
|
|
- <table class="table table-sm table-striped">
|
|
|
+ <table class="table table-sm">
|
|
|
@foreach($note->claims as $claim)
|
|
|
<tr>
|
|
|
<td>{{$claim->id}}</td>
|
|
@@ -278,7 +278,7 @@
|
|
|
<td>{{ $line->cpt }}</td>
|
|
|
<td>{{ $line->units }}</td>
|
|
|
<td>
|
|
|
- <table class="table table-sm table-striped">
|
|
|
+ <table class="table table-sm">
|
|
|
@foreach($line->claimLineIcds as $icd)
|
|
|
<tr>
|
|
|
<td>{{ $icd->code }}</td>
|