@extends('common.dashboard') @section('title','Add New Doctor') @section('content')

Doctor Registration

@csrf
@include('common.doctor.form')
@include('common.doctor.chamber.form')
@endsection