@section('externalcss') @endsection @if($org_unit_id)

Welcome To {{$selectedorgunit['unit_name']}}

We are delighted to provide you with a comprehensive, user-friendly platform designed to cater to all your healthcare needs. Whether you're scheduling a consultation with a doctor, booking a patholab test, or ordering medications from our pharmacy, your dashboard offers a seamless and efficient experience. Here's a closer look at the services available to you.

Welcome to a new era of personalized healthcare management!

@foreach($clinicappliedservice as $service) @if($service['application_service_id'] =="1")

Dr. Consultation

@if ($service['status'] == 0)

Expired

Click Here For Renew.

@else

Click Here To See

All Types Of Consultation Services.

@endif
@endif @if($service['application_service_id'] =="3")

Laboratory

@if ($service['status'] == 0)

Expired

Click Here For Renew.

@else

Click Here To See

All Types Of Patholab Services.

@endif
@endif @if($service['application_service_id'] =="2")

Pharmacy

@if ($service['status'] == 0)

Expired

Click Here For Renew.

@else

Click Here To See

All Types Of Pharmacy Services.

@endif
@endif @endforeach @if(!$consultation) {{-- --}}
@else

Please Select An Unit

@endif @section('externaljs') @endsection