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

Doctor Registration

@include('common.doctor.doctor_form') @include('common.doctor.chamber_form')
@endsection