@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') {{-- --}} @foreach($locationData as $location) {{ $location->city_name }} @endforeach Filters 0 Low to High High to Low Female Doctors × 20+ Years of Experience × 10+ Years of Experience × {{ $category }} Load More Profiles {{-- Find Highly Trained Doctors @if($doctorsData->isEmpty()) ***Data Not Found for {{ $category }}!!! @else @foreach($doctorsData as $doctors) {{ $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 {{ $hospitals->hospital_name }} Established in {{ $hospitals->established_in }} @endforeach Read More @endif @endsection @section('tail') @endsection
{{ substr(strip_tags(htmlspecialchars_decode($doctors->description)), 0, 80).'...' }}