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

Empower with to recovery strengt

@if(!empty($department->description))

{{ $department->description}}

@else

We understand that true recovery takes time, trust & the right guidance. That's why we've built our services around continuous care, empathetic support, and proven clinical practices. We understand that true recovery takes time, trust & the right guidance. That's why we've built our services around continuous care, empathetic support, and proven clinical practices.

We understand that true recovery takes time, trust & the right guidance. That's why we've built our services around continuous care, empathetic support, and proven clinical practices.

@endif
@if(!empty($department->filename)) filename")}}" alt="Example Image" > @else @endif

{{ $department->wide_respected }}+

{{ $department->treatment_description }}

{{ $department->greatly_valued }}%

Greatly Valued

{{ $department->deeply_trusted }}+

Deeply Trusted

{{ $department->strongly_guided }}+

Strongly Guided

Treatments and procedures

{{ $department->treatments_description }}

@if($department->treatments->count() > 0) @foreach($department->treatments as $treatment)

01

{{ $treatment->title }}

We tailor every program to meet your unique needs, ensuring you receive care that's effective, compassionate, and aligned with your recovery goals.

@endforeach @endif

Facilities

@if(isset($department->facilities) && $department->facilities->count() > 0) @foreach($department->facilities as $facility)
@php $facilityImage = $facility->galleries($facilities_category_id)->first(); @endphp @if($facilityImage) {{ $facility->name }} @else Default Facility Image @endif

{{ $facility->name }}

@endforeach @else @foreach($facilities as $facility)
@php $facilityImage = $facility->galleries(4)->first(); @endphp @if($facilityImage) {{ $facility->name }} @else Default Facility Image @endif

{{ $facility->name }}

@endforeach @endif

Our Doctors

@if(isset($department->doctors) && $department->doctors->count() > 0) @foreach($department->doctors as $doctor)
@php $doctorImage = $doctor->galleries(3)->first(); @endphp @if($doctorImage) {{ $doctor->name }} @else Default Doctor Image @endif

{{ $doctor->name }}

{{ $doctor->designation }}

@endforeach @else @foreach($doctors as $doctor)
@php $doctorImage = $doctor->galleries($categoryId)->first(); @endphp @if($doctorImage) {{ $doctor->name }} @else Default Doctor Image @endif

{{ $doctor->name }}

{{ $doctor->designation }}

@endforeach @endif

Faq

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

{!! $faq->description !!}

@endforeach @else

No FAQs available for this department.

@endif

book appointment

Book an Appointment

@csrf
@endsection @section('script') @endsection