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

Corporate tie-ups

Corporate tie-ups

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

@foreach($health_camp_counters as $counter)
@php $counterGallery = $counter->galleries(24)->first() ?? $counter->galleries(25)->first(); // Use appropriate categorId if needed, but here we can just fallback to getting the first gallery $counter_catId = \App\Models\GalleryCategory::where('slug', 'corporate-services')->value('id'); $galleryRecord = $counter->galleries($counter_catId)->first(); $imagePathIcon = $galleryRecord ? getgallery($galleryRecord) : asset('images/icon-care-counter-1.svg'); @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 }}

@endforeach

Health Camps

Discover the key features of our Health Camps & other corporate events

@foreach($health_camps as $camp)
@php $camp_catId = \App\Models\GalleryCategory::where('slug', 'corporate-services')->value('id'); $galleryCamp = $camp->galleries($camp_catId)->first(); $campImage = $galleryCamp ? getgallery($galleryCamp) : asset('images/post-4.jpg'); @endphp

{{ $camp->name }}

{!! $camp->content !!}

@endforeach

Employee Health Checkups

What we do to support your Employee Health

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

@foreach($employee_health as $health)
@php $health_catId = \App\Models\GalleryCategory::where('slug', 'corporate-services')->value('id'); $galleryHealth = $health->galleries($health_catId)->first(); $healthImage = $galleryHealth ? getgallery($galleryHealth) : asset('images/icon-what-we-item-1.svg'); @endphp

{{ $health->name }}

{!! $health->content !!}

@endforeach

Tie up companies list

Sunrise Corporate tie up companies

@foreach($tie_ups as $tie)
@php $tie_catId = \App\Models\GalleryCategory::where('slug', 'corporate-services')->value('id'); $galleryTie = $tie->galleries($tie_catId)->first(); $tieImage = $galleryTie ? getgallery($galleryTie) : asset('images/corporate_logo.jpg'); @endphp
{{ $tie->name }}
@endforeach

Health Camps Conducted

@foreach($health_camp_counters as $counter_btm)
@php $btm_catId = \App\Models\GalleryCategory::where('slug', 'corporate-services')->value('id'); $galleryBtm = $counter_btm->galleries($btm_catId)->first(); $btmImage = $galleryBtm ? getgallery($galleryBtm) : asset('images/icon-care-counter-1.svg'); @endphp
@php $value = $counter_btm->content; // example: "25+" $number = preg_replace('/[^0-9]/', '', $value); // 25 $symbol = preg_replace('/[0-9]/', '', $value); // + @endphp

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

{{ $counter_btm->name }}

@endforeach

Contact Us

@endsection