|
@@ -15,16 +15,16 @@
|
|
|
<div class="p-3">
|
|
|
@include('app.dna.my_bills_filters')
|
|
|
</div>
|
|
|
- <table class="table table-condensed p-0 m-0">
|
|
|
- <thead class="bg-light">
|
|
|
+ <table class="table table-sm table-striped p-0 m-0">
|
|
|
+ <thead class="bg-light border-top">
|
|
|
<tr>
|
|
|
- <th class="px-3 border-0">Date</th>
|
|
|
- <th class="px-3 border-0">Patient</th>
|
|
|
- <th class="px-3 border-0">Service</th>
|
|
|
- <th class="px-3 border-0">Amount</th>
|
|
|
- <th class="px-3 border-0">Submitted</th>
|
|
|
- <th class="px-3 border-0">Verified</th>
|
|
|
- <th class="px-3 border-0">Cancelled</th>
|
|
|
+ <th class="border-0">Date</th>
|
|
|
+ <th class="border-0">Patient</th>
|
|
|
+ <th class="border-0">Service</th>
|
|
|
+ <th class="border-0">Amount</th>
|
|
|
+ <th class="border-0">Submitted</th>
|
|
|
+ <th class="border-0">Verified</th>
|
|
|
+ <th class="border-0">Cancelled</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|