@extends('layoutsfrontend.master') @section('content')
@php $title=''; $description=''; if(isset($onlineconsultaion)){ foreach($onlineconsultaion as $onlineconsultaion_res){ if($onlineconsultaion_res->type=='heading'){ $title=$onlineconsultaion_res->name; $description=$onlineconsultaion_res->description; } } } @endphp

{{$title}}

Online Consultation

{{$description}}

@php $i=0; @endphp @isset($onlineconsultaion) @foreach($onlineconsultaion as $onlineconsultaion_res) @if($onlineconsultaion_res->type=='step') @php $i++; @endphp
{{$i}}

{{$onlineconsultaion_res->name}}

{{$onlineconsultaion_res->description}}

@endif @endforeach @endisset
@csrf
I accept the T&C and privacy policy of Sunrise Hospital and agree to be contacted via email & WhatsApp with news & updates.

Our Doctors

@if(isset($doctor)) @foreach($doctor 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 @endif
@endsection @section('script') @endsection