@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(5)->first(); @endphp
@if(!empty($package->filename)) @if(in_array(pathinfo($package->filename, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'png', 'gif'])) filename")}}" alt="Example Image" style="max-width: 25%; height: auto;"> @else filename")}}" download>Download {{ basename($department->filename) }} @endif @endif

{{ $package->name }}

{{ $package->title }}

{!! $package->description !!}

{{ $package->package_rate }} Rs

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