@extends('frontend.layouts.app') @section('title') Doctors Directory | Brokenshire Medical Center @endsection @section('seo') @endsection @section('content')

Doctors Directory

Find the Right Doctor for Your Needs

We're diligently updating our doctor list. In the meantime, our concierge staff is happy to help! Call them at (082) 282 1908 or (0917) 629 5413 for the most recent information. Thank you!

@foreach ($doctors as $doctor)
Doctor Image
{{ $doctor->name }}
{{ $doctor->position }}

{{ $doctor->description }}

{{ $doctor->phone_no }}
@endforeach
@endsection