@push('csscode') @endpush @php $patientId = Session::get('patient_id'); $homeData = GetHomeData($patientId); $appointment = GetAppointMentData($patientId); $overViewColor = ''; $titleColor = ''; if ($homeData['type'] == 'BETTER_ASTHMA') { $titleColor = 'bg_color4'; } elseif ($homeData['type'] == 'GOOD_ASTHMA') { $titleColor = 'bg_color2'; } elseif ( $homeData['type'] == 'PICK_FLOW' || $homeData['type'] == 'THIRD_QUE' || $homeData['type'] == 'PICK_FLOW_AND_THIRD_QUE' || $homeData['type'] == 'NO_DATA' ) { $titleColor = 'bg_color1'; } else { $titleColor = 'bg_color'; } $time = date('H'); $timezone = date('e'); if ($time < '12') { $Msg = 'Good Morning'; } elseif ($time >= '12' && $time < '17') { $Msg = 'Good Afternoon'; } elseif ($time >= '17' && $time < '19') { $Msg = 'Good Evening'; } elseif ($time >= '19') { $Msg = 'Good Night'; } @endphp {{ $Msg }} {{ getUserName(Session::get('user_id')) }} Search another patient @php $getIdNumbers =""; @endphp --Search Patient-- @foreach (getPatientList() as $key => $value) id) selected="" @php $getIdNumbers =$value->ID_number; @endphp @endif> {{ $value->name }} @endforeach Search Cancel Asthma Checker @if (!empty($homeData['month']) && !empty($homeData['year']) && $homeData['type'] != 'NO_DATA') {{ $homeData['title'] . ' ' . $homeData['content'] }} Last Updated: {{ date('M', mktime(0, 0, 0, $homeData['month'], 10)) . '-' . $homeData['year'] }} @else {{ $homeData['title'] . ' ' . $homeData['content'] }} @endif
Search another patient
{{ $homeData['title'] . ' ' . $homeData['content'] }}