@extends('layouts.main-app') @section('title', 'Homepage') @section('content') @include('layouts.navbar', [ 'headerTitle' => 'Services', 'headerDescription' => ''])

{{ $service->name }}

{!! $service->description !!}

{{-- Diagnostics and Screening --}}

{{ $service->card1_header }}

    {!! $service->card1_description !!}

{{ $service->card2_header }}

    {!! $service->card2_description !!}

{{ $service->card3_header }}

    {!! $service->card3_description !!}
@if (request()->is('services/service_detail/1'))

How Our Emergency Department Works

Step 1: Arrival and Triage
Upon arrival at the ED, you will be assessed based on the severity of your condition.

Step 2: Immediate Care
Depending on your condition, we will quickly administer initial treatment, conduct diagnostic tests, and begin the necessary interventions.

Step 3: Specialized Care
If required, our trauma team or other specialists will be immediately notified and brought in to assist with further care.

Step 4: Follow-up
If you are admitted to the hospital for further treatment, you will be closely monitored by our dedicated nursing staff. If your case requires discharge, our team will provide a clear discharge plan and follow-up instructions.

Ambulance Service

24/7 Ambulance Hotline:

📞 0987-654-3210

📞 0987-654-3210

For Immediate Assistance, Contact Us:

Emergency Hotline:

📞 0987-654-3210

📞 0987-654-3210

General Inquiries or Directions:

📞 0987-654-3210

@endif @endsection