@extends('layouts.app') @section('title', "Registration") @section('content')

Join Doctors Academy

@csrf
Please ensure that you enter your name accurately since it will be printed on your name badge and certificate
{{--
{{ __('Register') }}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
--}} @endsection