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

{{ $healthpackages->name }}

Package Rate:

{{ $healthpackages->package_rate }} Rs @if(!empty($healthpackages->package_rate_age_limit)) ({{ $healthpackages->package_rate_age_limit }}) @endif

@php $packageGallery = $healthpackages->galleries($categoryId)->first(); $packageImagePath = getgallery($packageGallery); @endphp @if(!empty($packageImagePath)) {{ $healthpackages->name }} @else {{ $healthpackages->name }} @endif

{!! $healthpackages->description !!}

Why Choose Our Health Checkup Packages?

    @if($healthpackagescommon) @foreach($healthpackagescommon as $item)
  • {{$item->name}}: {{$item->description}}.
  • @endforeach @endif

book a Package

Book a Package

@csrf
@endsection @section('script') @endsection