|
@@ -431,9 +431,11 @@
|
|
|
<label class="m-0 text-secondary font-weight-bold">Protocol:</label>
|
|
|
<div class="ml-2">
|
|
|
<div class="d-flex align-items-start">
|
|
|
- <div class="p-2 mr-2 border">
|
|
|
- @include('app.patient.rtm.protocol-summary', ['patient' => $patient])
|
|
|
- </div>
|
|
|
+ @if($patient->rtm_msk_protocol_detail_json)
|
|
|
+ <div class="p-2 mr-2 border">
|
|
|
+ @include('app.patient.rtm.protocol-summary', ['patient' => $patient])
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
<a href="{{ route('protocol-builder', ['patient' => $patient]) }}"
|
|
|
native target="_blank"
|
|
|
open-in-stag-popup
|