@extends('layouts.app') @section('title', 'Create Doctor') @section('content')

Create Doctor

@csrf @include('admin.doctors.form', ['doctor' => null, 'departments' => $departments])
Cancel
@endsection