@foreach ($groups as $typeKey => $typeGroup) @foreach ($typeGroup['patients'] as $patientKey => $patient) @foreach ($patient['rooms'] as $roomKey => $room)
秦皇岛市中医医院
检查预约回执单
{{ $patient['barcode_text'] }}
@if ($patient['patient_type'] == 0) @else @endif
姓 名:{{ $patient['patient_name'] }} 性 别:{{ $patient['user_sex_label'] }} 年 龄:{{ $patient['age'] }} 病人类型:{{ $patient['patient_type_label'] }}
{{ $patient['patient_type_label'] }}号:{{ $patient['patient_id'] }}病 区{{ $patient['warddesc'] }} 床 号:{{ $patient['bedno'] }} 联系电话:{{ $patient['user_phone'] }}联系电话:{{ $patient['user_phone'] }}
检查项目: {{ $room['items_str'] }}
预约时间: {{ str_replace('-', '/', $room['reservation_date']) }} @if ($room['period_begin'] && $room['period_end']) {{ $room['period_begin'] }}-{{ $room['period_end'] }} @endif {{ $room['weekday_label'] }}
检查地点: {{ $room['room_addr'] }}
温馨提示: @if (isset($room['warm_tips']) && count($room['warm_tips']) > 0) @foreach($room['warm_tips'] as $tip)
{!! nl2br(e($tip)) !!}
@endforeach @endif
检查须知:
@if (isset($room['check_notice']) && $room['check_notice'] !== '')
@foreach(explode("\n", $room['check_notice']) as $line)
{{ $line }}
@endforeach
@endif
申请时间:{{ $room['entrust_date_time'] }}
@endforeach @endforeach @endforeach