@extends('layouts.frontend.index') @section('content')

Find A Doctor

Our find a doctor tool assists you in choosing from our diverse pool of health specialists.

All @foreach (App\Department::orderBy('name','ASC')->get() as $department) @if ($department->doctors->count() > 0) {{ $department->name }} @endif @endforeach
@endsection