@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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))
{{ ucfirst($PatientDetails->orgName) }}
@endif @if(!empty($PatientDetails->siteName))
{{ ucfirst($PatientDetails->siteName) }}
@endif @if(!empty($PatientDetails->patientMR))
{{ $PatientDetails->patientMR }}
@endif @if(!empty($PatientDetails->patientName))
{{ ucfirst($PatientDetails->patientName) }}
@endif
@if(!empty($ageString))
{{ $ageString }}
@endif @if(!empty($PatientDetails->gender))
{{ ucfirst($PatientDetails->gender) }}
@endif @if(!empty($PatientDetails->responsiblePhysician))
{{ ucfirst($PatientDetails->responsiblePhysician) }}
@endif @if(!empty($PatientDetails->billingCCName))
{{ ucfirst($PatientDetails->billingCCName) }}
@endif
@if ($confirmSample == 1) @endif @if ($uploadReport == 1) @endif @if ($view == 1)
Patient Details Service Details Investigation Details Action
@endif
{{-- @if ($edit == 1) --}} {{-- --}} {{-- @endif --}} @include('partials/footer')