@extends('layoutsfrontend.master') @section('content')
@php $name1=''; $name2=''; $heading1=''; $heading2=''; foreach($heading as $heading_res){ if($heading_res->id==1){ $name1=$heading_res->name; $heading1=$heading_res->content; } if($heading_res->id==2){ $name2=$heading_res->name; $heading2=$heading_res->content; } } @endphp

Insurance

Insurance Coverage at Sunrise Hospital

{{$heading1}}

@php $i=0; @endphp @foreach(explode("\n", $heading2) as $point) @php $i++; @endphp

{{$point}}

@endforeach

Trusted 5K Medical Professionals

Our Insurance Partners

List of Insurance Companies

@foreach($insurance_companies as $company)
@php $comp_catId = \App\Models\GalleryCategory::where('slug', 'insurance')->value('id'); $galleryComp = $company->galleries($comp_catId)->first(); $compImage = $galleryComp ? getgallery($galleryComp) : asset('images/insurance01.jpg'); @endphp {{ $company->name }}
@endforeach

List of TPA Companies

@foreach($tpa_companies as $tpa)
  • {{ $tpa->name }}
@endforeach

Insurance Desk

Insurance care with a human touch

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

@foreach($insurance_desk_counters as $counter)
@php $desk_catId = \App\Models\GalleryCategory::where('slug', 'insurance')->value('id'); $galleryDesk = $counter->galleries($desk_catId)->first(); $deskImage = $galleryDesk ? getgallery($galleryDesk) : asset('images/icon-care-counter-1.svg'); @endphp
@php $value = $counter->content; $number = preg_replace('/[^0-9]/', '', $value); $symbol = preg_replace('/[0-9]/', '', $value); @endphp

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

{{ $counter->name }}

@endforeach

Cashless Insurance

Cashless Insurance Information

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

@foreach($cashless_insurance_list as $cashless)
@php $cashless_catId = \App\Models\GalleryCategory::where('slug', 'insurance')->value('id'); $galleryCashless = $cashless->galleries($cashless_catId)->first(); $cashlessImage = $galleryCashless ? getgallery($galleryCashless) : asset('images/insurance_list01.png'); @endphp

{{ $cashless->name }}

{!! $cashless->content !!}

@endforeach
@endsection