@@ -22,7 +22,7 @@
@foreach($patients as $patient)
<tr>
<td class="px-3">
- <a href="{{route('patients.view.dashboard', $patient)}}">
+ <a native target="_blank" href="{{route('patients.view.dashboard', $patient)}}">
{{$patient->chart_number}}
</a>
</td>