@extends('layoutsfrontend.master') @section('content')

Our Doctors

Meet Our Amazing Doctors

At Sunrise Hospital, our team of dedicated medical professionals is committed to providing world-class healthcare with compassion and excellence. Each member of our medical staff brings extensive experience and specialized expertise across various fields of medicine.

@foreach($doctors as $doctor)
@php $gallery = $doctor->galleries($categoryId)->first(); $imagePath = $gallery ? asset('storage/uploads/gallery/' . $gallery->filename) : asset('assets/img/thumbnail-default.jpg'); @endphp {{ $doctor->name }}

{{ $doctor->name }}

{{ $doctor->designation }}

@endforeach
{{ $doctors->links() }}
@endsection