@extends('layoutsfrontend.master') @section('content') @php $name1=''; $description1=''; $description2=''; @endphp @isset($sunrisehaven) @foreach($sunrisehaven as $sunrisehaven_res) @if($sunrisehaven_res->id==1) @php $name1=$sunrisehaven_res->name; $description1=$sunrisehaven_res->description; @endphp @endif @if($sunrisehaven_res->id==2) @php $description2=$sunrisehaven_res->description; $name2=''; @endphp @endif @endforeach @endisset

{{ $name1}}

@php $text = $description1; $lines = explode("\n", $text); @endphp @foreach($lines as $line)

{{ $line }}

@endforeach

Let happiness rise with our expert doctors

{{ $name1}}

{{ $description2}}

If you want enquire about haven

Contact:- {{ $supportnumberforsunrisehaven }}
@php // print_r($sunrisehaven); @endphp @isset($sunrisehaven) @foreach($sunrisehaven as $sunrisehaven_res) @if($sunrisehaven_res->type=='normal')
@php $gallery = $sunrisehaven_res->galleries(30)->first(); $imagePath = getgallery($gallery); @endphp

{{$sunrisehaven_res->description}}

@endif @endforeach @endisset
@endsection