@extends('layouts.main-app') @section('content') @section('meta_title', 'Prime Hospital and Medical Center') @section('meta_description', 'Prime Hospital is a dynamic pillar of the community, delivering compassionate care and advanced medical expertise. With proactive innovation and modern practices, it provides exemplary, up-to-date care tailored to meet every patient’s needs') @section('meta_keywords', ' "Prime" "Hospital" "Compassionate" "Care" "Innovation" "Modern" "Exemplary" "Community" "Wellness" "Quality" "Expertise" "Dynamic" "Proactive" "Patients" "Advanced" "Relevant" "Excellence" ') @foreach ($banners as $banner ) @include('layouts.navbar', [ 'headerTitle' => ' Your Health,
Our Prime Commitment', 'headerDescription' => $banner->subheader, 'isHomepage' => true ])
Healthcare
@endforeach @include('frontend.components.healthcareservice.healthcareservice') @include('frontend.components.about.about') @include('frontend.components.providing') @include('frontend.components.doctors.doctors') @include('frontend.components.testimonial.testimonial') @include('frontend.components.newsudpate.news') @endsection