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

book an appointment

Book an Appointment for Personalized Care

Start your healing journey with a quick and easy appointment booking.

@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
I accept the T&C and privacy policy of Sunrise Hospital and agree to be contacted via email & WhatsApp with news & updates.

Health packages

Discover the key features of our care

@foreach($healthPackages as $package) @php $packageImage = $package->galleries($healthPackageCategoryId)->first(); @endphp
@if($packageImage) {{ $package->name }} @else @endif

{{ $package->name }}

{{ $package->title }}
{!! $package->description !!}

{{ $package->package_rate }} Rs

View Details
@endforeach
@endsection @section('script') @endsection