|
@@ -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>
|