@extends('layoutsfrontend.master') @section('content') @php $heading1=''; $heading2=''; $heading3=''; @endphp @isset($sunrisehaven) @foreach($sunrisehaven as $sunrisehaven_res) @if($sunrisehaven_res->id==1) @php $heading1=$sunrisehaven_res->description; @endphp @endif @if($sunrisehaven_res->id==2) @php $heading2=$sunrisehaven_res->description; @endphp @endif @if($sunrisehaven_res->id==3) @php $heading3=$sunrisehaven_res->description; @endphp @endif @endforeach @endisset

Home care services

{{$heading1}}

@foreach(explode("\n", $heading2) as $point) @if(trim($point))

{{ trim($point) }}

@endif @endforeach Book Appointment

Support Number for Home Care

{{$supportnumberforhomecare}}

Services Provided

{{$heading3}}

@isset($sunrisehaven) @foreach($sunrisehaven as $sunrisehaven_res) @if($sunrisehaven_res->type=='normal')
@php $gallery = $sunrisehaven_res->galleries(20)->first(); $imagePath = getgallery($gallery); @endphp

{{$sunrisehaven_res->name}}

{{$sunrisehaven_res->description}}

@endif @endforeach @endisset
@endsection