All Investigation Trackings
@php
$InvestigationTracking = explode(',', $rights->investigation_tracking);
$view = $InvestigationTracking[0];
$confirmSample = $InvestigationTracking[1];
$uploadReport = $InvestigationTracking[2];
// $updateStatus = $InvestigationTracking[3];
@endphp
{{-- @if ($add == 1 && $canAdd) --}}
{{-- @if ($add == 1 )
@endif --}}
@if(!empty($PatientDetails->orgName))
@endif
@if(!empty($PatientDetails->siteName))
@endif
@if(!empty($PatientDetails->patientMR))
@endif
@if(!empty($PatientDetails->patientName))
@endif
@if(!empty($ageString))
@endif
@if(!empty($PatientDetails->gender))
@endif
@if(!empty($PatientDetails->responsiblePhysician))
@endif
@if(!empty($PatientDetails->billingCCName))
@endif
@if ($confirmSample == 1)
@endif
@if ($uploadReport == 1)
@endif
@if ($view == 1)
|
Patient Details |
Service Details |
Investigation Details |
Action |
@endif