@extends('frontend.layouts.app') @section('title', 'गृहपृष्ठ') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content') @if ($sliders->isNotEmpty())
@endif @if ($about)

हाम्रोबारे

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

{{ $about->title_np ? $about->title_np : '' }}

@endif

{!! $about->meta_description_np ? $about->meta_description_np : $about->meta_description !!}

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

हाम्रा सेवाहरू

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

हाम्रा डाक्टरहरू

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

{{ $doctor->name_np ? $doctor->name_np : $doctor->name }}

{{ $doctor->designation_np ? $doctor->designation_np : $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