@extends('frontend.layout') @section('page_title', 'List of Doctors') @section('content')

Doctors

Filter By:

@foreach($doctors as $doctor) @endforeach
Doctor Name Doctor Qualification Department Medical Chamber Contact No
{{$doctor->doctor_name ?? ''}} {{$doctor->doctor_qualification ?? ''}} {{$doctor->department ?? ''}} {{$doctor->medical ?? ''}} {{ $doctor->chamber }} {{ $doctor->contact_no }}
@endsection @section('styles') @endsection @section('scripts') @endsection