Doctor {{ $role === 'doctor_staff' ? 'Staff' : '' }} Sign In

Please enter below details to access the doctor dashboard

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if ($role !== 'superadminstaff') Login as Doctor Staff @else Login as Doctor @endif