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

With over 37 clinical specialties OMHRC offers the advantage of integrated medical care in a multidisciplinary setting provided by highly qualified doctors, nurses and healthcare professionals. We offer comprehensive specialist services combined with advance medical technology. We aim to maintain our legacy as a hub by providing complex procedures and quality caresuch as ICU, NICU, Orthopedic surgeries and IVF and fertility treatment.

List of All Services

@foreach ($services as $service)
{{ $service->name }}
{{--

{!!Str::limit($service->content,100)!!}

Read More --}}
@endforeach
@else

No data is available at the moment.

@endif @endsection