@extends('admin.dashboard') @section('title','Add live doctor') @section('content')

Doctor Registration

@csrf
@include('admin.doctor.live-doctor-form')
@endsection