@extends('layouts.app') @section('content')

Add Doctor

@csrf @include('doctors.form')
@endsection