@include('header')
@if(!empty($otReviewMode))
OT Scheduled Request Review
Loading record...
@if(!empty($canApproveOtScheduled)) @endif
@endif
@if(empty($otReviewMode)) @else
{{ (int) ($presetOtScheduledRoll ?? 1) === 2 ? 'O.T. Other Schedule Form' : 'O.T. Schedule Form' }} (View Only)
@endif
@if(!empty($otReviewMode) && (int) ($presetOtScheduledRoll ?? 1) === 2)
@include('ipd/incototherschedule')
@elseif(!empty($otReviewMode))
@include('ipd/incotschedule')
@else
@include('ipd/incotschedule')
@include('ipd/incototherschedule')
@csrf
@csrf
@endif
@include('masters/incmedicinemodal') @include('masters/inccommonmodal') @include('ipd/incsurgicalprescmodal') @include('ipd/incsurgicalprescmodal2') @include('ipd.partials.ot-schedule-description-modal') @include('ipd.partials.ot-fixed-date-list-modal') @include('footerscript') @include('excelscript')