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

Enroll Doctor

@if ($errors->any()) @endif

Kindly Enter the doctor's mobile no.

@csrf

{{$doctor->doctorname}}

{{$doctor->doctorcode}}

@error('mobileno')
{{ $message }}
@enderror
@endsection