@extends('frontend_eng.layouts.app') @section('title', 'Services') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content') @if ($service->banner_image)
{{ $service->name }}
@else @endif
{!! $service->content !!}
@if ($doctors->isNotEmpty())

Our Specialists

@foreach ($doctors as $doctor)
doctor-foto
{{ $doctor->name }}
{{ $doctor->designation }} View Detail
@endforeach
@endif
@endsection