@include('layouts.header') @include('layouts.sidebar')
@if ($appointment)
'Check-In' this patient for the appointment with token number #{{ $appointment->token_number }}. Consultation Suite
@endif
img product

#{{ $data->patient_code }}

{{ $data->name }}

{{ $data->city }}

Phone : {{ $data->phone }}

|

Last Visited : {{ lastVisit($data->id) }}

About
DOB

25 Jan 1990

Blood Group

O +ve

Gender

Male

Vital Signs
Blood Pressure

100/67 mmHg

Heart Rate

89 Bpm

SPO2

98 %

Temperature

101 C

Respiratory Rate

24 rpm

Weight

100 kg

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
@include('layouts.footer')