@extends('admin/layout') @section('page_title', $doctor->doctor_name) @section('miscellaneous_select','active') @section('doctor_select','active') @section('styles') @endsection @section('content') {{$doctor->doctor_name}} View Dashboard Doctors Back Doctor Name: {{$doctor->doctor_name}} Qualification: {{$doctor->doctor_qualification}} Department: {{$doctor->department}} Medical: {{$doctor->medical}} Chamber: {{$doctor->chamber}} Contact No: {{$doctor->contact_no}} @endsection @section('scripts') @endsection