Vijayakrishnan 4 жил өмнө
parent
commit
bd9864ba52

+ 6 - 6
resources/views/app/patient/note/dashboard.blade.php

@@ -305,9 +305,9 @@
                     </div>
                 </div>
                 @if($pro->pro_type === 'ADMIN')
-                <div class="p-3">
+                <div class="p-3 border-bottom">
                     <div>
-                        <h2 class="font-weight-bold">Bills & Claims Summary</h2>
+                        <h2 class="font-weight-bold text-secondary">Bills & Claims Summary</h2>
                         <div class="d-flex justify-content-center align-items-start">
                             <table class="w-25 flex-grow-1 table-bordered table-condensed table-sm table-striped">
                                 <tbody>
@@ -433,7 +433,7 @@
                 {{-- bills --}}
                 @if($pro->pro_type === 'ADMIN' || ($note->hcpPro && $pro->id === $note->hcpPro->id))
                 @if($note->bills->count())
-                    <div class="mt-2 px-3">
+                    <div class="p-3 border-bottom">
                         <div class="d-flex align-items-center mb-2">
                             <p class="font-weight-bold text-secondary m-0">Bills</p>
                             @include('app/patient/note/_create-bill')
@@ -467,7 +467,7 @@
                                 @endif
                             @endif
                         </div>
-                        <table class="table table-sm tabe-striped mb-3 table-bordered">
+                        <table class="table table-sm tabe-striped mb-0 table-bordered">
                             <thead class="bg-light">
                             <tr class="text-secondary">
                                 <?php /* <th class="border-bottom-0"></th> */ ?>
@@ -728,7 +728,7 @@
                         </table>
                     </div>
                 @else
-                    <div class="my-3 px-3 d-flex">
+                    <div class="p-3 d-flex  border-bottom">
                         <p class="font-weight-bold mb-0 text-secondary">No bills in this note</p>
                         @include('app/patient/note/_create-bill')
                     </div>
@@ -738,7 +738,7 @@
                 {{-- claims --}}
                 @if($pro->pro_type === 'ADMIN')
                 @if($note->claims->count())
-                    <div class="mt-2 px-3">
+                    <div class="p-3">
                         <div class="d-flex align-items-center mb-2">
                             <p class="font-weight-bold text-secondary m-0">Claims</p>
                             @include('app/patient/note/_create-claim')