@extends('frontend_eng.layouts.app') @section('title', 'Home') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content') @if ($sliders->isNotEmpty())
@endif @if ($about)

About Us

@if ($about->slug != 'about-us')

{{ $about->title }}

@endif

{!! $about->meta_description !!}

{{--
--}}
@endif @if ($services->isNotEmpty())

Our Services

@endif @if ($doctors->isNotEmpty())

Meet Our Doctors

@foreach ($doctors as $doctor)
{{ $doctor->name }}

{{ $doctor->name }}

{{ $doctor->designation }}
@endforeach
@endif
{{ setting()->year_count ? setting()->year_count : '30' }}

Years of Service

{{ setting()->doctor_count ? setting()->doctor_count : '300' }}

Specialied Consultants

{{ setting()->bed_count ? setting()->bed_count : '258' }}

Installed Beds

24/7

Service

@if($packages->isNotEmpty())

Health Packages

@endif @if (isset($popups)) @endif @endsection @push('script') @endpush