@extends('layout') @section('title', $meta['meta_title'].' | Medotilglobal Healthcare') @section('meta_keywords', $meta['meta_keyword']) @section('meta_description', $meta['meta_description']) @section('head') @endsection @section('content')
{{ $category }}
{{--

Find Highly Trained Doctors

@if($doctorsData->isEmpty())

***Data Not Found for {{ $category }}!!!

@else
@foreach($doctorsData as $doctors)
Doctor_Image

{{ $doctors->doctor_name }}

{{ $doctors->designation }}

{{ substr(strip_tags(htmlspecialchars_decode($doctors->description)), 0, 80).'...' }}

Read full details
@endforeach
@endif
--}} {{-- @dd($hospitalsData) --}} @if($hospitalsData->isEmpty() === false)

Network Hospitals

@foreach($hospitalsData as $hospitals) @php $hospitalImage = json_decode($hospitals->hospital_images, true); @endphp @endforeach
@endif @endsection @section('tail') @endsection