@extends('frontend_eng.layouts.app') @section('title', 'Doctors') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@if ($services->isNotEmpty())
@endif @if ($doctors->isNotEmpty())
@foreach ($doctors as $doctor)
doctor-foto

{{ $doctor->name }}

{{ $doctor->designation }}
@endforeach
@endif
@endsection @push('script') @endpush