@extends('layoutsfrontend.master') @section('content')
@if(count($hero_buttons) > 0) @foreach($hero_buttons as $item) @endforeach @else @endif

{{ $approach_main->title ?? 'Our Approach' }}

{{ $approach_main->title ?? 'Our Approach' }}

{{ $approach_main->description ?? 'Discover our expert emergency care services and trauma management approach.' }}

@if(isset($approach_main) && $approach_main->points)
@php $points = explode("\n", $approach_main->points); @endphp @foreach(array_chunk($points, ceil(count($points) / 2)) as $chunk)
    @foreach($chunk as $point) @if(trim($point))
  • {{ trim($point) }}
  • @endif @endforeach
@endforeach
@endif
@foreach($our_approach_item as $key => $item)

{{ $item->title }}

@if($item->link) @endif

{{ $item->description }}

@if($item->points)
    @foreach(explode("\n", $item->points) as $point) @if(trim($point))
  • {{ trim($point) }}
  • @endif @endforeach
@endif
@endforeach

{{ $our_emergency_team->title ?? 'Our Emergency Team' }}

{{ $our_emergency_team->title ?? 'Meet Our Emergency & Trauma Care Team' }}

{{ $our_emergency_team->description ?? 'Trust our dedicated professionals to guide you on your optimal health and well-being journey.' }}

@if(isset( $our_emergency_team) && $our_emergency_team->points)
@php $points = explode("\n", $our_emergency_team->points); @endphp @foreach(array_chunk($points, ceil(count($points) / 2)) as $chunk)
    @foreach($chunk as $point) @if(trim($point))
  • {{ trim($point) }}
  • @endif @endforeach
@endforeach
@endif
@foreach($doctors as $doctor)
@php $gallery = $doctor->galleries(3)->first(); $imagePath = $gallery ? asset('storage/uploads/gallery/' . $gallery->filename) : asset('assets/img/thumbnail-default.jpg'); @endphp {{ $doctor->name }}

{{ $doctor->name }}

{{ $doctor->designation }}

@endforeach

Common Emergency

Common Emergency Conditions We Treat

@foreach($common_emergency as $key => $item)

{{ $item->description }}

@if($item->points)
    @foreach(explode("\n", $item->points) as $point) @if(trim($point))
  • {{ trim($point) }}
  • @endif @endforeach
@endif
@endforeach

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

Contact Us Now

Patient Journey

Our Hospital offers a range of specialized departments for tailored care

@foreach($patient_journey as $key => $item)

{{ $item->description }}

@if($item->points)
    @foreach(explode("\n", $item->points) as $point) @if(trim($point))
  • {{ trim($point) }}
  • @endif @endforeach
@endif
@endforeach

Success Stories

Success Stories and Patient Testimonials

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

@foreach($testimonial as $restestimonial)
@php $gallery = $restestimonial->galleries(12)->first(); $imagePath = $gallery ? asset('storage/uploads/gallery/' . $gallery->filename) : asset('assets/img/thumbnail-default.jpg'); @endphp
@endforeach
@foreach($testimonial as $restestimonial)

{{$restestimonial->description}}

{{$restestimonial->name}}

{{$restestimonial->company}}

@endforeach
@endsection