@php //$shiftKeys = [];
// for ($i = 1; $i <= count($shiftDateCount); $i++) {
// for($j =1 ;$j <=4 ;$j++){
// $shiftKey = "D".$i."S".$j;
// if (!empty($examData->$shiftKey)) {
// $shiftKeys[$shiftKey] =$examData->$shiftKey;
// }
// }
// }
// prd($examData->DutyDay['D'.$day]);
@endphp
@foreach ($examData->DutyDay['D'.$day] as $shiftKey => $shiftValue)
@php
//echo 'D'.$day.$shiftKey ;die;
$shiftChecked = $examData->{'D'.$day.$shiftKey} == 1;
@endphp
@endforeach