|
@@ -306,14 +306,14 @@
|
|
<td class="p-0">
|
|
<td class="p-0">
|
|
<div>
|
|
<div>
|
|
<table class="table table-sm m-0 border-0">
|
|
<table class="table table-sm m-0 border-0">
|
|
- @foreach($note->bills as $bill)
|
|
|
|
|
|
+ @foreach($note->bills as $bill)
|
|
<tr>
|
|
<tr>
|
|
<td>{{$bill->code}}</td>
|
|
<td>{{$bill->code}}</td>
|
|
- <td>
|
|
|
|
|
|
+ <td style="width: 60px">
|
|
{{str_contains($bill->code, 'Treatment Services') ? floor((float) $bill->number_of_units * 60) . ' mins.' : $bill->number_of_units}}
|
|
{{str_contains($bill->code, 'Treatment Services') ? floor((float) $bill->number_of_units * 60) . ' mins.' : $bill->number_of_units}}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
- @endforeach
|
|
|
|
|
|
+ @endforeach
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
@@ -364,10 +364,14 @@
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
-{{-- <div style="max-height: 250px; overflow-y: auto;">--}}
|
|
|
|
-{{-- <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
- <a href="#">Show Diff</a>
|
|
|
|
|
|
+ <div moe large relative no-mask>
|
|
|
|
+ <a href="#" start show>Show Diff</a>
|
|
|
|
+ <div url="/dummy" right>
|
|
|
|
+ <div style="max-height: 250px; overflow-y: auto;">
|
|
|
|
+ <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<?php
|
|
<?php
|