{{ $title }}

@if(($roleHint ?? '') === 'doctor')

{{ __('Hospital doctors and independent doctors both use this page. Use the email and password your administrator gave you.') }}

@endif
@csrf
@error('email')

{{ $message }}

@enderror