@extends('layoutsfrontend.master') @section('content')

Where Medical Excellence Meets Genuine Care and Human Compassion

@foreach($homepage as $res_homepage) @if($res_homepage->type=='hafeez_rahman_image') @php $havenImage = $res_homepage->galleries(59)->first(); $imagePath = getgallery($havenImage); @endphp @endif @endforeach
@foreach($homepage as $res_homepage) @if($res_homepage->type=='hafeez_rahman') @php $havenImage = $res_homepage->galleries(59)->first(); $imagePath = getgallery($havenImage); @endphp @endif @endforeach

Gynaecology, Obstetrics, and Infertility

Chief Gynaecologist And Laparoscopic Surgeon

Dr. Hafeez Rahman Padiyath

@foreach($homepage as $res_homepage) @if($res_homepage->type=='sunrise_haven_heading')

{{$res_homepage->content}}

@endif @endforeach

We offer personalized treatment plans expert medical care and emotional support to guide you through every stage of recovery

@php $i=0; @endphp
@foreach($homepage as $counter) @if($counter->type=='hafeez_rahman_performance') @php $i++; @endphp

@php $value = $counter->content; // example: "25+" $number = preg_replace('/[^0-9]/', '', $value); // 25 $symbol = preg_replace('/[0-9]/', '', $value); // + @endphp

{{ $number }}{{ $symbol }}

{{ $counter->name }}

@endif @endforeach

About us

Committed to healing and lasting recovery

@foreach($homepage as $res_homepage) @if($res_homepage->type=='about_us_content')

{{$res_homepage->content}}

@endif @endforeach
@foreach($homepage as $res_homepage) @if($res_homepage->type=='about_us_image1') @php $havenImage = $res_homepage->galleries(59)->first(); $imagePath = getgallery($havenImage); @endphp @endif @endforeach
@foreach($homepage as $res_homepage) @if($res_homepage->type=='about_us_image2') @php $havenImage = $res_homepage->galleries(59)->first(); $imagePath = getgallery($havenImage); @endphp @endif @endforeach

our Departments

Our Hospital offers a range of specialized departments for tailored care

@foreach ($department as $index => $item)
@php $deptImage = $item->galleries(3)->first(); $imagePath = getgallery($deptImage); @endphp @if($imagePath) {{ $item->name }} @else {{-- {{ $item->name }} --}} @endif

{{ Str::limit(strip_tags($item->description), 80) }}

@endforeach

Our Doctors

Meet Our Amazing Doctors

Trust our dedicated professionals to guide you on your optimal health and well-being journey.

@foreach($doctors as $index => $doctor)
@php $doctorImage = $doctor->galleries(3)->first(); $imagePath = getgallery($doctorImage); @endphp @if($imagePath) {{ $doctor->name }} @else {{ $doctor->name }} @endif

{{ $doctor->name }}

{{ $doctor->designation }}

@endforeach

Our Facilities

At our rehab clinic, we combine medical expertise, compassionate care, and personalized treatment plans to help each individual heal holistically.

@foreach($facilities as $index => $facility)
@php $facilityImage = $facility->galleries(4)->first(); $imagePath = getgallery($facilityImage); @endphp @if($imagePath) {{ $facility->name }} @else {{ $facility->name }} @endif

{{ $facility->name }}

@endforeach

why sunrise

SUNRISE HAVEN

@foreach($homepage as $res_homepage) @if($res_homepage->type=='sunrise_haven_heading')

{{$res_homepage->content}}

@endif @endforeach
@foreach($homepage as $res_homepage) @if($res_homepage->type=='sunrise_haven')

{{$res_homepage->name}}

{{$res_homepage->content}}

@endif @endforeach
@foreach($homepage as $res_homepage) @if($res_homepage->type=='sunrise_haven_image') @php $havenImage = $res_homepage->galleries(59)->first(); $imagePath = getgallery($havenImage); @endphp @endif @endforeach

Health packages

Discover the key features of our care

@foreach($healthpackages as $index => $package)
@if(!empty($package) && !empty($package->filename)) @php $ext = strtolower(pathinfo($package->filename, PATHINFO_EXTENSION)); @endphp @if(in_array($ext, ['jpg','jpeg','png','gif','svg'])) @endif @endif

{{ strtoupper($package->name) }}

{{ Str::limit(strip_tags($package->description), 60) }}

@php $packageImg = $package->galleries(5)->first(); $packagePath = getgallery($packageImg); @endphp @if($packagePath) {{ $package->name }} @else {{ $package->name }} @endif

{{ Str::limit(strip_tags($package->description), 100) }}

{{ $package->package_rate }} Rs @if($package->package_rate_age_limit) ({{ $package->package_rate_age_limit }}) @endif

@endforeach

Frequently asked question

Common questions about our rehab services

@if(isset($faqs) && $faqs->count() > 0) @foreach($faqs as $faq)

{!! $faq->description !!}

@endforeach @endif
@if($faqImgPath) @endif

Need Any Help? We're Here To Help You!

Contact Us Now

News & Events

Latest updates from Sunrise

@foreach($newsandevents as $index => $item)
@php $newsImg = $item->galleries(46)->first(); $newsPath = getgallery($newsImg); @endphp @if($newsPath) {{ $item->title }} @else {{ $item->title }} @endif
{{ $item->created_at->format('Y-m-d') }}

{{ $item->title }}

{{ Str::limit(strip_tags($item->description), 100) }}

read more
@endforeach

Patient Testimonials

Courage in Every Chapter: Patient Stories that Inspire.

Discover inspiring story from individuals who have overcome addiction and rebuilt their lives through our compassionate care.

@foreach($testimonial as $index => $t_item)

{!! $t_item->description !!}

{{ $t_item->name }}

@if($t_item->designation)

{{ $t_item->designation }}

@endif
@endforeach

videos

Explore our videos

@foreach($video_gallery as $index => $video) @endforeach

Awards & Achievements

Awards & Achievements

@foreach($awardsachievement as $award)
@php $awardImg = $award->galleries(52)->first(); $awardPath = getgallery($awardImg); @endphp @if($awardPath) {{ $award->name }} @else {{ $award->name }} @endif
{{ $award->name }}
@endforeach

Latest blog

Explore our latest insights on addiction recovery

@endsection @section('script') @endsection