logicpowerhouse 4 rokov pred
rodič
commit
fb6b60d75b

+ 3 - 1
resources/views/app/practice-management/financial-transactions.blade.php

@@ -53,10 +53,12 @@
                                 </td>
                                 <td>
                                     @if($transaction->bill && $transaction->bill->note)
+                                        <a href="{{route('patients.view.notes.view.dashboard', ['patient'=>$transaction->client, 'note'=>$transaction->bill->note])}}">
+                                            ({{$transaction->bill->note->effective_dateest}})
                                         @if($transaction->bill->note->noteTemplate)
                                             {{ $transaction->bill->note->noteTemplate->title }}
                                         @endif
-                                        <a href="{{route('patients.view.notes.view.dashboard', ['patient'=>$transaction->client, 'note'=>$transaction->bill->note])}}">Go to note</a>
+                                        </a>
                                     @endif
                                 </td>
                                 {{--<td>