Jelajahi Sumber

Remove "bill service type" from note > bills inner table

Vijayakrishnan Krishnan 5 tahun lalu
induk
melakukan
e5d5f6dbca
1 mengubah file dengan 2 tambahan dan 4 penghapusan
  1. 2 4
      resources/views/app/patient/notes.blade.php

+ 2 - 4
resources/views/app/patient/notes.blade.php

@@ -184,16 +184,14 @@
                 <table class="table table-sm tabe-striped mb-0">
                     <thead class="bg-light">
                         <tr>
-                            <th class="border-bottom-0">Bill service type</th>
-                            <th class="border-bottom-0">Code</th>
+                            <th class="border-bottom-0 w-25">Code</th>
                             <th class="border-bottom-0"></th>
                         </tr>
                     </thead>
                     <tbody>
                         @foreach ($note->bills as $bill)
                         <tr>
-                            <td>{{$bill->bill_service_type}}</td>
-                            <td>{{$bill->code}}</td>
+                            <td class="{{ $bill->is_cancelled ? 'text-secondary' : '' }}">{{$bill->code}}</td>
                             <td>
                                 <div class="d-flex align-items-center">
                                     @if(!$bill->is_cancelled)