@extends('frontend_eng.layouts.app')
@section('title', 'Home')
@section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.')
@section('content')
@if ($sliders->isNotEmpty())
@foreach ($sliders as $slider)
{{ $slider->title }}
{{ $slider->caption }}
@if ($slider->link_url)
Learn
More
@endif
@endforeach
@endif
@if ($about)
About Us
@if ($about->slug != 'about-us')
{{ $about->title }}
@endif
{!! $about->meta_description !!}
{{--
--}}
@endif
@if ($services->isNotEmpty())
@endif
@if ($doctors->isNotEmpty())
@foreach ($doctors as $doctor)
@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
@if($packages->isNotEmpty())
@foreach ($packages as $package)
@endforeach
@endif
@if (isset($popups))
Launch demo modal
{{-- @foreach ($popups as $popup) --}}
{{-- @endforeach --}}
{{--
Previous
Next
--}}
@endif
@endsection
@push('script')
@endpush