@extends('front.layouts.master') @section('content')

About Us

{!! $pageContent->title ?? '' !!}

{!! $pageContent->description ?? '' !!}

{!! $pageContent->about_us_button_title ?? 'Book An Appointment' !!}
{{ $pageContent->team_story_title ?? 'Our Story' }}

{{$pageContent->experience_count ?? '36'}}+

Years of Surgical Excellence

{{ $pageContent->team_story_heading ?? 'Dedicated to Improving Lives Through Quality Healthcare' }}

{{ $pageContent->team_story_description ?? 'We are committed to delivering compassionate, ethical, and patient-focused healthcare through experienced medical professionals and modern treatment approaches. Our goal is to provide every patient with personalized care in a safe and supportive environment.' }}

{{ $pageContent->team_story_notes ?? 'Our purpose is not only to treat illnesses but to build lasting relationships based on trust, care, and medical excellence.' }}

{{$pageContent->why_choose_about_us_heading ?? 'Why Thousands of Patients Trust Our Care'}}

{{$pageContent->why_choose_about_us_heading_description ?? 'We combine medical expertise, advanced technology, and compassionate care to provide the highest standards of treatment and patient satisfaction.'}}

{{$pageContent->why_choose_us_step1_about_us_title ?? 'Experienced Specialists'}}

{{$pageContent->why_choose_us_step1_about_us_description ?? 'Highly qualified doctors and specialists delivering expert care across multiple disciplines.'}}

{{$pageContent->why_choose_us_step2_about_us_title ?? 'Modern Technology'}}

{{$pageContent->why_choose_us_step2_about_us_description ?? 'Advanced diagnostic and treatment equipment ensuring accurate and efficient healthcare.'}}

{{$pageContent->why_choose_us_step3_about_us_title ?? 'Patient-Centered Care'}}

{{$pageContent->why_choose_us_step3_about_us_description ?? 'Personalized treatment plans focused on comfort, safety, and long-term wellbeing.'}}

{{$pageContent->why_choose_us_step4_about_us_title ?? 'Safety & Quality'}}

{{$pageContent->why_choose_us_step4_about_us_description ?? 'Strict clinical standards and quality protocols maintained at every stage of care.'}}

{{$pageContent->why_choose_us_step5_about_us_title ?? 'Timely Support'}}

{{$pageContent->why_choose_us_step5_about_us_description ?? 'Prompt consultations, diagnostics, and treatment to help patients recover faster.'}}

{{$pageContent->why_choose_us_step6_about_us_title ?? 'Compassionate Approach'}}

{{$pageContent->why_choose_us_step6_about_us_description ?? 'Dedicated healthcare professionals committed to supporting patients and families.'}}

{{$pageContent->quality_title ?? 'Medical Excellence'}}
Quality Healthcare
Committed to Clinical Excellence

{{$pageContent->quality_heading ?? 'Delivering Safe, Advanced & Patient-Focused Healthcare'}}

{{$pageContent->quality_description ?? 'Our hospital is dedicated to providing the highest quality medical care through a combination of experienced healthcare professionals, state-of-the-art technology, and a patient-centered approach. We prioritize safety, innovation, and compassionate care to ensure the best outcomes for our patients.'}}

@php $qualityPoints = preg_split('/\r\n|\r|\n/', $pageContent->quality_points); @endphp @foreach($qualityPoints as $point) @if(trim($point))
{{ $point }}
@endif @endforeach

{{$pageContent->trusted_patient_heading ?? 'Trusted By Thousands Of Patients'}}

{{$pageContent->trusted_patient_description ?? 'Our commitment to quality healthcare has helped us earn the trust of patients and families over the years.'}}

{{$pageContent->patient_treated_count ?? '25'}}K+

Patients Treated

{{$pageContent->medical_experts_count ?? '35'}}K+

Minimally Invasive Surgeries Performed

{{$pageContent->experience_count ?? '15'}}+

Years Experience

{{$pageContent->patient_satisfaction_percentage ?? '24×7'}}

ICU Support

@if(isset($boardOfDirectors) && count($boardOfDirectors) > 0)

{{ $pageContent->doctor_heading ?? 'Meet Our Experts' }}

{{ $pageContent->doctor_subheading ?? 'Our experienced doctors and specialists are committed to providing exceptional healthcare with compassion and expertise.' }}

@endif @endsection